com.opensymphony.webwork.pico
Class PicoObjectFactoryFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicoObjectFactoryFilter
public PicoObjectFactoryFilter()
- Deprecated.
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