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

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.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.