API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web. JOTMainFilter View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      HttpServlet
          JOTMainFilter
Implements
Subclasses
Description
public class JOTMainFilter
  This is the Main entry point for JOT when used in a webapp This is the main object, that will catch all the requests and process them.
See also:   
Constructors
public JOTMainFilter ()
Methods
Hide/Show inherited methods
public void destroy ()
try to cleanup all used resources at shutdown.
public void doFilter (ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException .ServletException
Main request processing method, process a user web request.
publicstatic String getContextName ()
  Returns the servlet context name: ie /mywebapp/
protected String getURI (ServletRequest request)
public void init (FilterConfig filterConfig)
  Initialize the filter, calls the JOT initialization as well.
Fields
Hide/Show inherited fields
protected String confPath
protectedstatic String context
protected FilterConfig filterConfig
protected JOTFlowConfig flowConfig
pack-private Exception jotInitError
protected boolean sendToContainer
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar