org.apache.turbine.services.jsp.util |
|
Java Source File Name | Type | Comment |
JspLink.java | Class | A customized version of the DynamicURI to be used in JSP templates.
This is automatically inserted into the request so page authors
can create links in templates.
Here's an example of its use:
<%= link.setPage("index.jsp").setPathInfo("key", "value") %>
This would return:
http://foo.com/myapp/servlet/Turbine/key/value/template/index.jsp
author: John McNally author: Dave Bryson author: Jon S. |
JspNavigation.java | Class | Returns output of a Navigation module. |
JspScreenPlaceholder.java | Class | Returns output of a Screen module. |