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

Packages that use ApplicationTool
org.apache.turbine.om   
org.apache.turbine.services.intake   
org.apache.turbine.services.pull   
org.apache.turbine.services.pull.util   
org.apache.turbine.util   
org.apache.turbine.util.template   
 

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.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 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.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.