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.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.
 

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.
 



Copyright © 2000-2003 - Apache Software Foundation