com.opensymphony.webwork.pico
Class PicoObjectFactoryFilter

java.lang.Object
  extended by com.opensymphony.webwork.pico.PicoObjectFactoryFilter
All Implemented Interfaces:
Filter

Deprecated. Use PicoFilterDispatcher

public class PicoObjectFactoryFilter
extends Object
implements Filter

Filter which initialises a PicoObjectFactory as the XWork ObjectFactory and passes to it the HttpServletRequest.

Author:
Jonas Engman

Constructor Summary
PicoObjectFactoryFilter()
          Deprecated.  
 
Method Summary
 void destroy()
          Deprecated.  
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
          Deprecated.  
 void init(FilterConfig config)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoObjectFactoryFilter

public PicoObjectFactoryFilter()
Deprecated. 
Method Detail

init

public void init(FilterConfig config)
          throws ServletException
Deprecated. 
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Deprecated. 
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Deprecated. 
Specified by:
destroy in interface Filter

WebWork Project Page