|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.AbstractSelectForward
org.apache.struts.chain.servlet.SelectForward
Create and return a ForwardConfig
representing the
specified module-relative destination.
Field Summary |
Fields inherited from class org.apache.struts.chain.AbstractSelectForward |
|
Constructor Summary | |
SelectForward()
|
Method Summary | |
protected org.apache.struts.config.ForwardConfig |
forward(org.apache.commons.chain.Context context,
org.apache.struts.config.ModuleConfig moduleConfig,
java.lang.String uri)
Create and return a ForwardConfig representing the
specified module-relative destination. |
Methods inherited from class org.apache.struts.chain.AbstractSelectForward |
execute, getActionConfigKey, getForwardConfigKey, getValidKey, setActionConfigKey, setForwardConfigKey, setValidKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectForward()
Method Detail |
protected org.apache.struts.config.ForwardConfig forward(org.apache.commons.chain.Context context, org.apache.struts.config.ModuleConfig moduleConfig, java.lang.String uri)
Create and return a ForwardConfig
representing the
specified module-relative destination.
forward
in class AbstractSelectForward
context
- The context for this requestmoduleConfig
- The ModuleConfig
for this requesturi
- The module-relative URI to be the destination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |