org.apache.maven.struts
Class Forward

java.lang.Object
  extended by org.apache.maven.struts.ConfigurationEntry
      extended by org.apache.maven.struts.Forward

public class Forward
extends ConfigurationEntry

A class to represent a global forward as stored in the Struts configuration

Version:
$Id: Forward.java 170200 2005-05-15 06:24:19Z brett $
Author:
dion

Constructor Summary
Forward()
          Creates a new instance of Forward
 
Method Summary
 String getPath()
          Getter for property path.
 String getRedirect()
          Getter for property redirect.
 void setPath(String path)
          Setter for property path.
 void setRedirect(String redirect)
          Setter for property redirect.
 
Methods inherited from class org.apache.maven.struts.ConfigurationEntry
equals, getClassName, getName, hashCode, setClassName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forward

public Forward()
Creates a new instance of Forward

Method Detail

getPath

public String getPath()
Getter for property path.

Returns:
Value of property path.

setPath

public void setPath(String path)
Setter for property path.

Parameters:
path - New value of property path.

getRedirect

public String getRedirect()
Getter for property redirect.

Returns:
Value of property redirect.

setRedirect

public void setRedirect(String redirect)
Setter for property redirect.

Parameters:
redirect - New value of property redirect.


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.