|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.config.BaseConfig org.apache.struts.config.ForwardConfig org.apache.struts.action.ActionForward com.cc.framework.adapter.struts.FWActionForward
Encapsulation of the struts ActionForward class for the common controls framework.
ActionForward
,
Serialized FormField Summary | |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class org.apache.struts.config.ForwardConfig |
catalog, command, extensionProcessed, inherit, module, name, path, redirect |
Fields inherited from class org.apache.struts.config.BaseConfig |
configured |
Constructor Summary | |
FWActionForward(org.apache.struts.action.ActionForward forward)
Constructor for FWActionForward |
|
FWActionForward(org.apache.struts.action.ActionForward forward,
java.util.Map params)
Constructor for FWActionForward |
|
FWActionForward(org.apache.struts.action.ActionForward forward,
java.lang.Object p1)
Constructor for FWActionForward |
|
FWActionForward(org.apache.struts.action.ActionForward forward,
java.lang.Object[] params)
Constructor for FWActionForward |
|
FWActionForward(org.apache.struts.action.ActionForward forward,
java.lang.Object p1,
java.lang.Object p2)
Constructor for FWActionForward |
|
FWActionForward(org.apache.struts.action.ActionForward forward,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
Constructor for FWActionForward |
Method Summary | |
private void |
init(org.apache.struts.action.ActionForward forward,
java.util.Map params)
Initializes this instance |
private void |
init(org.apache.struts.action.ActionForward forward,
java.lang.Object[] params)
Initializes this instance |
private void |
init(java.lang.String module,
java.lang.String name,
java.lang.String path,
boolean redirect,
java.util.Map params)
Initializes this instance |
private void |
init(java.lang.String module,
java.lang.String name,
java.lang.String path,
boolean redirect,
java.lang.Object[] params)
Initializes this instance |
Methods inherited from class org.apache.struts.config.ForwardConfig |
checkCircularInheritance, getCatalog, getCommand, getExtends, getModule, getName, getPath, getRedirect, inheritFrom, isExtensionProcessed, processExtends, setCatalog, setCommand, setExtends, setModule, setName, setPath, setRedirect, toString |
Methods inherited from class org.apache.struts.config.BaseConfig |
copyProperties, freeze, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public FWActionForward(org.apache.struts.action.ActionForward forward)
forward
- ActionForwardpublic FWActionForward(org.apache.struts.action.ActionForward forward, java.lang.Object p1)
forward
- A ActionForward instancep1
- An optional parameter which should be forwarded with the urlpublic FWActionForward(org.apache.struts.action.ActionForward forward, java.lang.Object p1, java.lang.Object p2)
forward
- A ActionForward instancep1
- An optional parameter which should be forwarded with the urlp2
- An optional parameter which should be forwarded with the urlpublic FWActionForward(org.apache.struts.action.ActionForward forward, java.lang.Object p1, java.lang.Object p2, java.lang.Object p3)
forward
- A ActionForward instancep1
- An optional parameter which should be forwarded with the urlp2
- An optional parameter which should be forwarded with the urlp3
- An optional parameter which should be forwarded with the urlpublic FWActionForward(org.apache.struts.action.ActionForward forward, java.lang.Object[] params)
forward
- A ActionForward instanceparams
- Array with additional parameter which should be forwarded with
the urlpublic FWActionForward(org.apache.struts.action.ActionForward forward, java.util.Map params)
forward
- A ActionForward instanceparams
- Map with additional parameter which should be forwarded with
the urlMethod Detail |
private void init(org.apache.struts.action.ActionForward forward, java.lang.Object[] params)
forward
- A ActionForward instanceparams
- An array with optional parameter which should be forwarded
with the urlprivate void init(org.apache.struts.action.ActionForward forward, java.util.Map params)
forward
- A ActionForward instanceparams
- A map with optional parameter which should be forwarded
with the urlprivate void init(java.lang.String module, java.lang.String name, java.lang.String path, boolean redirect, java.lang.Object[] params)
module
-
The prefix of the module to which this
ForwardConfig
entry points, which must start
with a slash ("/") character.
name
- Name of this instancepath
- Path for this instanceredirect
- Redirect flag for this instanceparams
- An array with optional parameter which should be forwarded
with the urlprivate void init(java.lang.String module, java.lang.String name, java.lang.String path, boolean redirect, java.util.Map params)
module
-
The prefix of the module to which this
ForwardConfig
entry points, which must start
with a slash ("/") character.
name
- Name of this instancepath
- Path for this instanceredirect
- Redirect flag for this instanceparams
- An array with optional parameter which should be forwarded
with the url
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |