Uses of Class
org.apache.struts.action.RequestProcessor
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
Contains the new
ComposableRequestProcessor
which was introduced in Struts 1.3.-
Uses of RequestProcessor in org.apache.struts.action
Modifier and TypeMethodDescriptionprotected RequestProcessor
ActionServlet.getRequestProcessor
(ModuleConfig config) Look up and return theRequestProcessor
responsible for the specified module, creating a new one if necessary. -
Uses of RequestProcessor in org.apache.struts.chain
Modifier and TypeClassDescriptionclass
ComposableRequestProcessor uses the Chain Of Responsibility design pattern (as implemented by the commons-chain package in Jakarta Commons) to support external configuration of command chains to be used.