| Home >> All >> org >> apache >> turbine >> services >> jsp >> [ util Javadoc ] |
org.apache.turbine.services.jsp.util: Javadoc index of package org.apache.turbine.services.jsp.util.
Package Samples:
org.apache.turbine.services.jsp.util: JSP Service is used to provide Turbine with a Java Server page (JSP) based view.
Classes:
JspLink: 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: This would return: http://foo.com/myapp/servlet/Turbine/key/value/template/index.jsp
JspNavigation: Returns output of a Navigation module. An instance of this is placed in the request by the JspLayout. This allows template authors to set the navigation template they'd like to place in their templates. Here's how it's used in a JSP template: ...
JspScreenPlaceholder: Returns output of a Screen module. An instance of this is placed in the request by the JspLayout. This allows template authors to place the screen template within the layout. Here's how it's used in a JSP template: ...
| Home | Contact Us | Privacy Policy | Terms of Service |