|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationTool | |
---|---|
org.apache.turbine.om | |
org.apache.turbine.services.intake | |
org.apache.turbine.services.localization | |
org.apache.turbine.services.pull | Provides application tools that are put into the context of a template view. |
org.apache.turbine.services.pull.tools | Pull Tools to be used in a template based view. |
org.apache.turbine.services.pull.util | |
org.apache.turbine.services.schedule | The scheduler service can run tasks in the background. |
org.apache.turbine.services.session | The session service allows you to access session information of the servlet container. |
org.apache.turbine.util.template | Template related utilities. |
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
The main class through which Intake is accessed. |
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 Fulcrum 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,
String name)
Helper method that allows you to easily get a tool from a Context. |
Uses of ApplicationTool in org.apache.turbine.services.pull.tools |
---|
Classes in org.apache.turbine.services.pull.tools that implement ApplicationTool | |
---|---|
class |
ContentTool
Terribly simple tool to translate URIs into Turbine Links. |
class |
TemplateLink
This is a pull to to be used in Templates to convert links in Templates into the correct references. |
class |
UITool
Manages all UI elements for a Turbine Application. |
Uses of ApplicationTool in org.apache.turbine.services.pull.util |
---|
Classes in org.apache.turbine.services.pull.util that implement ApplicationTool | |
---|---|
class |
DateFormatter
This pull tool is used to format date objects into strings. |
class |
SessionData
Pull tool designed to be used in the session scope for storage of temporary data. |
Uses of ApplicationTool in org.apache.turbine.services.schedule |
---|
Classes in org.apache.turbine.services.schedule that implement ApplicationTool | |
---|---|
class |
SchedulerTool
This tool is used to retrieve information about the job scheduler. |
Uses of ApplicationTool in org.apache.turbine.services.session |
---|
Classes in org.apache.turbine.services.session that implement ApplicationTool | |
---|---|
class |
SessionTool
A pull tool for accessing the SessionService from a velocity template. |
Uses of ApplicationTool in org.apache.turbine.util.template |
---|
Classes in org.apache.turbine.util.template that implement ApplicationTool | |
---|---|
class |
HtmlPageAttributes
Template context tool that can be used to set various attributes of a HTML page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |