|
||||||||||
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |