Uses of Interface
org.apache.turbine.services.pull.ApplicationTool

Packages that use ApplicationTool
org.apache.turbine.om   
org.apache.turbine.services.intake The intake service can validate user input from HTML forms. 
org.apache.turbine.services.localization This service provides access and tools for multilingual applications in Turbine. 
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 Various utilities used in Turbine and for Turbine based applications. 
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 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.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 TemplateLinkWithSlash
          Deprecated. Use TemplateLink instead and fix up your template references.
 

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.
 class UIManager
          UIManager.java
Manages all UI elements for a Turbine Application.
 

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
 

Classes in org.apache.turbine.util that implement ApplicationTool
 class ContentURI
          Deprecated. Use ContentTool for tool usage and DataURI for code usage instead.
 

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.
 class RelativeTemplateLink
          Deprecated. Use RelativeTemplateLink instead.
 class TemplatePageAttributes
          Deprecated. Use HtmlPageAttributes along with VelocityOnlyLayout instead
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.