org.codehaus.wadi.impl
Class Filter

java.lang.Object
  extended byorg.codehaus.wadi.impl.Filter
All Implemented Interfaces:
Filter

public class Filter
extends Object
implements Filter


Field Summary
protected  SynchronizedBoolean _acceptingSessions
           
protected  Contextualiser _contextualiser
           
protected  boolean _distributable
           
protected  boolean _errorIfSessionNotAcquired
           
protected  Log _log
           
protected  StandardManager _manager
           
protected  PoolableInvocationWrapperPool _pool
           
protected  Router _router
           
 
Constructor Summary
Filter()
           
 
Method Summary
 void destroy()
           
 void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 void processSessionlessRequest(InvocationContext invocationContext)
           
 void setManager(StandardManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

Filter

public Filter()
Method Detail

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-2006 Core Developers Network Ltd.. All Rights Reserved.