|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationTool in org.apache.turbine.om |
Classes in org.apache.turbine.om that implement ApplicationTool | |
class |
OMTool
A Pull tool to make om objects available to a template |
Uses of ApplicationTool in org.apache.turbine.services.intake |
Classes in org.apache.turbine.services.intake that implement ApplicationTool | |
class |
IntakeTool
A Pull tool to make intake objects available to a template |
Uses of ApplicationTool in org.apache.turbine.services.localization |
Classes in org.apache.turbine.services.localization that implement ApplicationTool | |
class |
LocalizationTool
A pull tool which provides lookups for localized text by delegating to the configured LocalizationService . |
Uses of ApplicationTool in org.apache.turbine.services.pull |
Methods in org.apache.turbine.services.pull that return ApplicationTool | |
static ApplicationTool |
TurbinePull.getTool(org.apache.velocity.context.Context context,
java.lang.String name)
Helper method that allows you to easily get a tool from a Context. |
Uses of ApplicationTool in org.apache.turbine.services.pull.util |
Classes in org.apache.turbine.services.pull.util that implement ApplicationTool | |
class |
UIManager
UIManager.java Manages all UI elements for a Turbine Application. |
Uses of ApplicationTool in org.apache.turbine.util |
Classes in org.apache.turbine.util that implement ApplicationTool | |
class |
ContentURI
Utility class to allow the easy inclusion of images in templates: <img src="$content.getURI("image.jpg")"> |
Uses of ApplicationTool in org.apache.turbine.util.template |
Classes in org.apache.turbine.util.template that implement ApplicationTool | |
class |
RelativeTemplateLink
A customized version of the RelativeDynamicURI to be used in Templates. |
class |
TemplateLink
A customized version of the DynamicURI to be used in Templates. |
class |
TemplateLinkWithSlash
This class allows one to specify paths in the setPage method using '/' slash as opposed to the ',' used in TemplateLink. |
class |
TemplatePageAttributes
Template context tool that will set various attributes of the HTML page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |