org.apache.turbine.util.template |
Template related utilities.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
HtmlPageAttributes.java | Class | Template context tool that can be used to set various attributes of a
HTML page. |
RelativeTemplateLink.java | Class | A customized version of the RelativeDynamicURI to be used in Templates.
Here's an example of its Velocity/WebMacro use:
$link.setPage("index.wm").addPathInfo("hello","world")
This would return: /myapp/servlet/myapp/template/index.wm/hello/world
author: John D.
|
SelectorBox.java | Class | This class is for generating a SelectorBox. |
TemplateInfo.java | Class | This is a wrapper for Template specific information. |
TemplateLink.java | Class | 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. |
TemplateLinkWithSlash.java | Class | This class allows one to specify paths in the setPage method
using '/' slash as opposed to the ',' used in TemplateLink.
It is less efficient as the '/' are converted to ',' to avoid
problems parsing the pathinfo after conversion in a web server.
It is recommended that projects standardize on using the ','
separator and use TemplateLink. |
TemplateNavigation.java | Class | Returns output of a Navigation module. |
TemplatePageAttributes.java | Class | Template context tool that will set various attributes of the HTML
page. |
TemplateScreen.java | Class | Returns output of a Screen module. |
TemplateSecurityCheck.java | Class | Utility class to help check for proper authorization when using
template screens. |