Package org.webmacro.servlet

Interface Summary
Handler Framework for handling template requests, requested by reactor.
 

Class Summary
CGI_Impersonator Provided to mimic the CGI environment within the WebMacro script language via introspection.
CGITool Provide Template variables that implement the CGI standard for script variable names.
CookieJar Provide access to form variables
CookieTool Provide Template with access to form data.
Form Provide access to form variables
FormList Provide access to form variables
FormListTool Provide Template with access to form data.
FormTool Provide Template with access to form data.
ListTool Provide templates a uniform way of dealing with arrays and Lists
ListUtil A utility class for templates loaded into the context as "List" by ListTool.
LocaleTool Provide Template with access to Locales.
MathTool A ContextTool for performing the more useful methods from java.lang.Math.
RequestTool Provide Template with access to form data.
ResponseTool Provide Template with access to form data.
Servlet20Broker An implementation of Broker tailored for Servlet 2.0/2.1 environments.
Servlet22Broker An implementation of Broker tailored for Servlet 2.2 environments.
ServletBroker  
ServletLog  
SessionTool Provide Template with access to form data.
TemplateTool This is an experimental context tool that allows templates to be used as macros.
TextTool A ContextTool for String manipulation.
TypeTool Provide templates a way to cast objects to primitive type wrappers
VariableTool A ContextTool which allows one to snoop information about an object in the active Context.
WebContext This is an implementation of the WebContext interface.
WMServlet This is the abstract base class used by all WebMacro servlets.
 

Exception Summary
ConfigException This is an exception, which Config may throw if something is wrong with the config file eg default variables cannot be located
HandlerException This is an exception which a Handler can throw to indicate that it does not want to process a connection request.