org.apache.struts2.dispatcher.ng.filter
Class StrutsExecuteFilter
java.lang.Object
org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter
- All Implemented Interfaces:
- Filter, StrutsStatics
public class StrutsExecuteFilter
- extends Object
- implements StrutsStatics, Filter
Executes the discovered request information. This filter requires the StrutsPrepareFilter
to have already
been executed in the current chain.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prepare
private PrepareOperations prepare
execute
private ExecuteOperations execute
filterConfig
private FilterConfig filterConfig
StrutsExecuteFilter
public StrutsExecuteFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init
in interface Filter
- Throws:
ServletException
lazyInit
protected void lazyInit()
doFilter
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.