org.apache.struts2.dispatcher.ng.filter
Class StrutsPrepareFilter

java.lang.Object
  extended by org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter
All Implemented Interfaces:
Filter, StrutsStatics

public class StrutsPrepareFilter
extends Object
implements StrutsStatics, Filter

Prepares the request for execution by a later StrutsExecuteFilter filter instance.


Field Summary
private  PrepareOperations prepare
           
 
Fields inherited from interface org.apache.struts2.StrutsStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_PORTLET_CONTEXT
 
Constructor Summary
StrutsPrepareFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prepare

private PrepareOperations prepare
Constructor Detail

StrutsPrepareFilter

public StrutsPrepareFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

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.