Uses of Interface
org.apache.turbine.services.pull.ApplicationTool
Packages that use ApplicationTool
Package
Description
The Intake pull tool.
Localization related services and pull tools
Pull Tools to be used in a template based view.
Turbine pull tools
The scheduler service can run tasks in the background.
The session service allows you to access session information of the servlet container.
Provide back-and-forth-mapping facilities for simplified URLs
Template related utilities.
-
Uses of ApplicationTool in org.apache.turbine.om
Classes in org.apache.turbine.om that implement ApplicationToolModifier and TypeClassDescriptionclass
Deprecated.This class is probably not used anymore, it may have been intended for cacheable Torque OM or might be used with Fulcrum Security Torque. -
Uses of ApplicationTool in org.apache.turbine.services.intake
Classes in org.apache.turbine.services.intake that implement ApplicationToolModifier and TypeClassDescriptionclass
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 ApplicationToolModifier and TypeClassDescriptionclass
A pull tool which provides lookups for localized text by delegating to the configured FulcrumLocalizationService
. -
Uses of ApplicationTool in org.apache.turbine.services.pull.tools
Classes in org.apache.turbine.services.pull.tools that implement ApplicationToolModifier and TypeClassDescriptionclass
Terribly simple tool to translate URIs into Turbine Links.class
This is a pull to to be used in Templates to convert links in Templates into the correct references.class
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 ApplicationToolModifier and TypeClassDescriptionclass
This pull tool is used to format date objects into strings.class
This pull tool is used to formatTemporalAccessor
andDateTimeFormatterTool.map(String, DateTimeFormatter, Locale)
(different flavors) objects into strings.class
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 ApplicationToolModifier and TypeClassDescriptionclass
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 ApplicationToolModifier and TypeClassDescriptionclass
A pull tool for accessing the SessionService from a velocity template. -
Uses of ApplicationTool in org.apache.turbine.services.urlmapper
Classes in org.apache.turbine.services.urlmapper that implement ApplicationToolModifier and TypeClassDescriptionclass
This is a pull to to be used in Templates to convert links in Templates into the correct references. -
Uses of ApplicationTool in org.apache.turbine.util.template
Classes in org.apache.turbine.util.template that implement ApplicationToolModifier and TypeClassDescriptionclass
Template context tool that can be used to set various attributes of a HTML page.