com.cc.framework.adapter.struts
Class FWActionForward

java.lang.Object
  extended byorg.apache.struts.config.BaseConfig
      extended byorg.apache.struts.config.ForwardConfig
          extended byorg.apache.struts.action.ActionForward
              extended bycom.cc.framework.adapter.struts.FWActionForward
All Implemented Interfaces:
java.io.Serializable

public class FWActionForward
extends org.apache.struts.action.ActionForward

Encapsulation of the struts ActionForward class for the common controls framework.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Harald Schulz
See Also:
ActionForward, Serialized Form

Field 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

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward)
Constructor for FWActionForward

Parameters:
forward - ActionForward

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward,
                       java.lang.Object p1)
Constructor for FWActionForward

Parameters:
forward - A ActionForward instance
p1 - An optional parameter which should be forwarded with the url

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward,
                       java.lang.Object p1,
                       java.lang.Object p2)
Constructor for FWActionForward

Parameters:
forward - A ActionForward instance
p1 - An optional parameter which should be forwarded with the url
p2 - An optional parameter which should be forwarded with the url

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward,
                       java.lang.Object p1,
                       java.lang.Object p2,
                       java.lang.Object p3)
Constructor for FWActionForward

Parameters:
forward - A ActionForward instance
p1 - An optional parameter which should be forwarded with the url
p2 - An optional parameter which should be forwarded with the url
p3 - An optional parameter which should be forwarded with the url

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward,
                       java.lang.Object[] params)
Constructor for FWActionForward

Parameters:
forward - A ActionForward instance
params - Array with additional parameter which should be forwarded with the url

FWActionForward

public FWActionForward(org.apache.struts.action.ActionForward forward,
                       java.util.Map params)
Constructor for FWActionForward

Parameters:
forward - A ActionForward instance
params - Map with additional parameter which should be forwarded with the url
Method Detail

init

private void init(org.apache.struts.action.ActionForward forward,
                  java.lang.Object[] params)
Initializes this instance

Parameters:
forward - A ActionForward instance
params - An array with optional parameter which should be forwarded with the url

init

private void init(org.apache.struts.action.ActionForward forward,
                  java.util.Map params)
Initializes this instance

Parameters:
forward - A ActionForward instance
params - A map with optional parameter which should be forwarded with the url

init

private void init(java.lang.String module,
                  java.lang.String name,
                  java.lang.String path,
                  boolean redirect,
                  java.lang.Object[] params)
Initializes this instance

Parameters:
module -

The prefix of the module to which this ForwardConfig entry points, which must start with a slash ("/") character.

name - Name of this instance
path - Path for this instance
redirect - Redirect flag for this instance
params - An array with optional parameter which should be forwarded with the url

init

private void init(java.lang.String module,
                  java.lang.String name,
                  java.lang.String path,
                  boolean redirect,
                  java.util.Map params)
Initializes this instance

Parameters:
module -

The prefix of the module to which this ForwardConfig entry points, which must start with a slash ("/") character.

name - Name of this instance
path - Path for this instance
redirect - Redirect flag for this instance
params - An array with optional parameter which should be forwarded with the url


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.