Uses of Class
org.apache.struts.action.RequestProcessor
Packages that use 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
Methods in org.apache.struts.action that return RequestProcessorModifier 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
Subclasses of RequestProcessor in org.apache.struts.chainModifier 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
Subclasses of RequestProcessor in org.apache.struts.faces.applicationModifier 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
.Methods in org.apache.struts.faces.application that return RequestProcessorModifier 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
Subclasses of RequestProcessor in org.apache.struts.tilesModifier and TypeClassDescriptionclass
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.Methods in org.apache.struts.tiles that return RequestProcessorModifier and TypeMethodDescriptionprotected RequestProcessor
RedeployableActionServlet.getRequestProcessor
(ModuleConfig config) -
Uses of RequestProcessor in org.apache.struts.tiles2
Subclasses of RequestProcessor in org.apache.struts.tiles2Modifier and TypeClassDescriptionclass
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.