|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestProcessor | |
---|---|
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
org.apache.struts.chain | Contains the new ComposableRequestProcessor
which was introduced in Struts 1.3. |
org.apache.struts.faces.application | |
org.apache.struts.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 RequestProcessor | |
---|---|
protected RequestProcessor |
ActionServlet.getRequestProcessor(ModuleConfig config)
Look up and return the RequestProcessor 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.chain | |
---|---|
class |
ComposableRequestProcessor
ComposableRequestProcessor uses the Chain Of Resposibility 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.application | |
---|---|
class |
FacesRequestProcessor
Concrete implementation of RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener . |
class |
FacesTilesRequestProcessor
Concrete implementation of RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener . |
Methods in org.apache.struts.faces.application that return RequestProcessor | |
---|---|
protected RequestProcessor |
ActionListenerImpl.getRequestProcessor(ModuleConfig config,
javax.servlet.ServletContext context)
Look up and return the RequestProcessor 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.tiles | |
---|---|
class |
TilesRequestProcessor
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 RequestProcessor | |
---|---|
protected RequestProcessor |
RedeployableActionServlet.getRequestProcessor(ModuleConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |