Uses of Package
org.webmacro.servlet

Packages that use org.webmacro.servlet
org.webmacro   
org.webmacro.servlet   
 

Classes in org.webmacro.servlet used by org.webmacro
WebContext
          This is an implementation of the WebContext interface.
 

Classes in org.webmacro.servlet used by org.webmacro.servlet
CGI_Impersonator
          Provided to mimic the CGI environment within the WebMacro script language via introspection.
HandlerException
          This is an exception which a Handler can throw to indicate that it does not want to process a connection request.
ListUtil
          A utility class for templates loaded into the context as "List" by ListTool.
MathTool
          A ContextTool for performing the more useful methods from java.lang.Math.
ServletBroker
           
TemplateTool
          This is an experimental context tool that allows templates to be used as macros.
TemplateTool.MacroTemplate
          Encapsulates a template and a context, allowing a template to be used like a function or "macro".
TextTool
          A ContextTool for String manipulation.
WebContext
          This is an implementation of the WebContext interface.