jmcnally 01/06/18 16:54:00
Modified: src/java/org/apache/turbine/util/template
RelativeTemplateLink.java
Log:
fix up the docs.
Revision Changes Path
1.2 +6 -9
jakarta-turbine/src/java/org/apache/turbine/util/template/RelativeTemplateLink.java
Index: RelativeTemplateLink.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/util/template/RelativeTemplateLink.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RelativeTemplateLink.java 2001/06/18 23:46:55 1.1
+++ RelativeTemplateLink.java 2001/06/18 23:54:00 1.2
@@ -63,20 +63,17 @@
import org.apache.turbine.util.ServerData;
/**
- * A customized version of the DynamicURI to be used in Templates.
- * This is automatically inserted into the template context by the
- * appropriate templating service so page authors can create links
- * in templates. Here's an example of its Velocity/WebMacro use:
+ * A customized version of the RelativeDynamicURI to be used in Templates.
+ * Here's an example of its Velocity/WebMacro use:
*
* <p><code>
* $link.setPage("index.wm").addPathInfo("hello","world")
- * This would return: http://foo.com/Turbine/template/index.wm/hello/world
+ * This would return: /myapp/servlet/myapp/template/index.wm/hello/world
* </code>
*
- * @author <a href="[EMAIL PROTECTED]">Dave Bryson</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Henning P. Schmiedehausen</a>
- * @version $Id: RelativeTemplateLink.java,v 1.1 2001/06/18 23:46:55 jmcnally Exp $
+ * @author <a href="[EMAIL PROTECTED]">John D. McNally</a>
+ * @author see the authors of TemplateLink
+ * @version $Id: RelativeTemplateLink.java,v 1.2 2001/06/18 23:54:00 jmcnally Exp $
*/
public class RelativeTemplateLink
extends RelativeDynamicURI
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]