org.codehaus.wadi.impl
Class Filter
java.lang.Object
org.codehaus.wadi.impl.Filter
- All Implemented Interfaces:
- Filter
- public class Filter
- extends Object
- implements Filter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected final Log _log
_manager
protected StandardManager _manager
_distributable
protected boolean _distributable
_contextualiser
protected Contextualiser _contextualiser
_router
protected Router _router
_pool
protected PoolableInvocationWrapperPool _pool
_errorIfSessionNotAcquired
protected boolean _errorIfSessionNotAcquired
_acceptingSessions
protected SynchronizedBoolean _acceptingSessions
Filter
public Filter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init
in interface Filter
- Throws:
ServletException
setManager
public void setManager(StandardManager manager)
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
doFilter
public void doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processSessionlessRequest
public void processSessionlessRequest(InvocationContext invocationContext)
throws InvocationException
- Throws:
InvocationException
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.