| 
 | |||||||||
| 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.ObjectConfigurationEntry
org.apache.maven.struts.Action
public class Action
A class to hold data about a struts action as found in the struts configuration file
| Constructor Summary | |
|---|---|
| Action()Creates a new instance of Action | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o)whether the passed object is the same as this one. | 
|  String | getPath()Getter for property path. | 
|  String | getScope()Getter for property scope. | 
|  String | getUnknown()Getter for property unknown. | 
|  String | getValidate()Getter for property validate. | 
|  int | hashCode()provides the hashCode of this object, which is determined by simply delegating the responsibility to the pathproperty | 
|  void | setPath(String path)Setter for property path. | 
|  void | setScope(String scope)Setter for property scope. | 
|  void | setUnknown(String unknown)Setter for property unknown. | 
|  void | setValidate(String validate)Setter for property validate. | 
| Methods inherited from class org.apache.maven.struts.ObjectConfigurationEntry | 
|---|
| getType, setType | 
| Methods inherited from class org.apache.maven.struts.ConfigurationEntry | 
|---|
| getClassName, getName, setClassName, setName | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Action()
| Method Detail | 
|---|
public String getScope()
public void setScope(String scope)
scope - New value of property scope.public String getUnknown()
public void setUnknown(String unknown)
unknown - New value of property unknown.public String getValidate()
public void setValidate(String validate)
validate - New value of property validate.public String getPath()
public void setPath(String path)
path - New value of property path.public boolean equals(Object o)
equals in class ConfigurationEntryo - any object
public int hashCode()
path property
hashCode in class ConfigurationEntry| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||