Uses of Interface
org.apache.turbine.services.pull.ApplicationTool
-
Packages that use ApplicationTool Package Description org.apache.turbine.om org.apache.turbine.services.intake org.apache.turbine.services.localization 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.services.urlmapper Provide back-and-forth-mapping facilities for simplified URLs
$Id$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 Modifier and Type Class Description classOMToolDeprecated.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 ApplicationTool Modifier and Type Class Description classIntakeToolThe 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 Modifier and Type Class Description classLocalizationToolA 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 ApplicationTool Modifier and Type Class Description classContentToolTerribly simple tool to translate URIs into Turbine Links.classTemplateLinkThis is a pull to to be used in Templates to convert links in Templates into the correct references.classUIToolManages 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 Modifier and Type Class Description classDateFormatterThis pull tool is used to format date objects into strings.classSessionDataPull 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 Modifier and Type Class Description classSchedulerToolThis 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 Modifier and Type Class Description classSessionToolA 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 ApplicationTool Modifier and Type Class Description classMappedTemplateLinkThis 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 ApplicationTool Modifier and Type Class Description classHtmlPageAttributesTemplate context tool that can be used to set various attributes of a HTML page.
-