org.apache.turbine.services.pull.tools |
Pull Tools to be used in a template based view.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
ContentTool.java | Class | Terribly simple tool to translate URIs into Turbine Links.
Equivalent to URIUtils.getAbsoluteLink() in a pull tool.
If you're missing any routines from the 'old' $content tool concerning
path_info or query data, you did use the wrong tool then. |
TemplateLink.java | Class | This is a pull to to be used in Templates to convert links in
Templates into the correct references.
The pull service might insert this tool into the Context.
in templates. |
UITool.java | Class | Manages all UI elements for a Turbine Application. |
UIToolTest.java | Class | |