org.apache.struts.webapp.examples
Class CustomActionForward

java.lang.Object
  extended by org.apache.struts.config.BaseConfig
      extended by org.apache.struts.config.ForwardConfig
          extended by org.apache.struts.action.ActionForward
              extended by org.apache.struts.webapp.examples.CustomActionForward
All Implemented Interfaces:
Serializable

public final class CustomActionForward
extends ActionForward

Custom ActionForward to demonstrate usage.

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
See Also:
Serialized Form

Field Summary
 
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
CustomActionForward()
           
 
Method Summary
 String getExample()
          Return the example String.
 void setExample(String example)
          Set the example String.
 
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
 

Constructor Detail

CustomActionForward

public CustomActionForward()
Method Detail

getExample

public String getExample()
Return the example String.


setExample

public void setExample(String example)
Set the example String.

Parameters:
example - The new example String.


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