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.The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
-
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. -
Uses of RequestProcessor in org.apache.struts.faces.application
Modifier and TypeClassDescriptionclass
Concrete implementation ofRequestProcessor
that implements the standard Struts request processing lifecycle on a request that was received as anActionEvent
by our associatedActionListener
.class
Concrete implementation ofRequestProcessor
that implements the standard Struts request processing lifecycle on a request that was received as anActionEvent
by our associatedActionListener
.Modifier and TypeMethodDescriptionprotected RequestProcessor
ActionListenerImpl.getRequestProcessor
(ModuleConfig config, ServletContext context) Look up and return theRequestProcessor
responsible for the specified module, creating a new one if necessary. -
Uses of RequestProcessor in org.apache.struts.tiles
Modifier and TypeClassDescriptionclass
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.Modifier and TypeMethodDescriptionprotected RequestProcessor
RedeployableActionServlet.getRequestProcessor
(ModuleConfig config) -
Uses of RequestProcessor in org.apache.struts.tiles2
Modifier and TypeClassDescriptionclass
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.