|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.struts.ConfigurationEntry
org.apache.maven.struts.Forward
public class Forward
A class to represent a global forward as stored in the Struts configuration
| 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 |
|---|
public Forward()
| Method Detail |
|---|
public String getPath()
public void setPath(String path)
path - New value of property path.public String getRedirect()
public void setRedirect(String redirect)
redirect - New value of property redirect.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||