Uses of Class
org.webmacro.ContextTool

Packages that use ContextTool
org.webmacro.servlet Classes to support execution of WebMacro in a servlet container. 
 

Uses of ContextTool in org.webmacro.servlet
 

Subclasses of ContextTool in org.webmacro.servlet
 class CGITool
          Provide Template variables that implement the CGI standard for script variable names.
 class CookieTool
          Provide Template with access to form data.
 class FormListTool
          Provide Template with access to form data.
 class FormTool
          Provide Template with access to form data.
 class ListTool
          Provide templates a uniform way of dealing with arrays and Lists
 class LocaleTool
          Provide Template with access to Locales.
 class MathTool
          A ContextTool for performing the more useful methods from java.lang.Math.
 class RequestTool
          Provide Template with access to form data.
 class ResponseTool
          Provide Template with access to form data.
 class SessionTool
          Provide Template with access to the HttpSession associated with the current request.
 class TemplateTool
          This is an experimental context tool that allows templates to be used as macros.
 class TextTool
          A ContextTool for String manipulation.
 class TypeTool
          Provide templates a way to cast objects to primitive type wrappers
 class URLTool
          Provide Template with access to url handing routines
 class VariableTool
          A ContextTool which allows one to snoop information about an object in the active Context.
 



Copyright © 1999-2006 WebMacro. All Rights Reserved.