Class StrutsExecuteFilter
java.lang.Object
org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
,StrutsStatics
Executes the discovered request information. This filter requires the
StrutsPrepareFilter
to have already
been executed in the current chain.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExecuteOperations
protected jakarta.servlet.FilterConfig
protected PrepareOperations
Fields inherited from interface org.apache.struts2.StrutsStatics
ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecuteOperations
createExecuteOperations
(Dispatcher dispatcher) Creates a new instance ofExecuteOperations
to be used during initialisingDispatcher
protected InitOperations
Creates a new instance ofInitOperations
to be used during initialisingDispatcher
protected PrepareOperations
createPrepareOperations
(Dispatcher dispatcher) Creates a new instance ofPrepareOperations
to be used during initialisingDispatcher
void
destroy()
void
doFilter
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, jakarta.servlet.FilterChain chain) void
init
(jakarta.servlet.FilterConfig filterConfig) protected void
lazyInit()
-
Field Details
-
prepare
-
execute
-
filterConfig
protected jakarta.servlet.FilterConfig filterConfig
-
-
Constructor Details
-
StrutsExecuteFilter
public StrutsExecuteFilter()
-
-
Method Details
-
init
public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException - Specified by:
init
in interfacejakarta.servlet.Filter
- Throws:
jakarta.servlet.ServletException
-
lazyInit
protected void lazyInit() -
createInitOperations
Creates a new instance ofInitOperations
to be used during initialisingDispatcher
- Returns:
- instance of
InitOperations
-
createPrepareOperations
Creates a new instance ofPrepareOperations
to be used during initialisingDispatcher
- Returns:
- instance of
PrepareOperations
-
createExecuteOperations
Creates a new instance ofExecuteOperations
to be used during initialisingDispatcher
- Returns:
- instance of
ExecuteOperations
-
doFilter
public void doFilter(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Specified by:
doFilter
in interfacejakarta.servlet.Filter
- Throws:
IOException
jakarta.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroy
in interfacejakarta.servlet.Filter
-