|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
org.apache.struts.action.RequestProcessor
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.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
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 |
Fields in org.apache.struts.action declared as RequestProcessor | |
protected RequestProcessor |
ActionServlet.processor
The RequestProcessor instance we will use to process
all incoming requests. |
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. |
private RequestProcessor |
ActionServlet.getProcessorForModule(ModuleConfig config)
Returns the RequestProcessor for the given module or null if one does not exist. |
Uses of RequestProcessor in org.apache.struts.actions |
Methods in org.apache.struts.actions that return RequestProcessor | |
protected RequestProcessor |
RedeployableActionServlet.getRequestProcessor(ModuleConfig config)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation