Uses of Class
org.webmacro.servlet.HandlerException

Packages that use HandlerException
org.webmacro.servlet   
 

Uses of HandlerException in org.webmacro.servlet
 

Methods in org.webmacro.servlet that throw HandlerException
 Template Handler.accept(WebContext contextData)
          This is the primary method you override to create a new handler.
 void Handler.init()
          Use this method to run any startup initialization that you need to perform.
 WebContext WMServlet.newContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          This method is called at the beginning of a request and is responsible for providing a Context for the request.
abstract  Template WMServlet.handle(WebContext context)
          This method is called to handle the processing of a request.
 void WMServlet.destroyContext(WebContext wc)
          This method is called at the end of a request and is responsible for cleaning up the Context at the end of the request.