|
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 |
Implementation of AbstractLogFile which directs log information to
the servlet log. |
| SessionTool |
Provide Template with access to the HttpSession associated
with the current request. |
| 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 |
| URLTool |
Provide Template with access to url handing routines |
| 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. |