public class Action
extends java.lang.Object
Java class for action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="action"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interceptor-ref" type="{http://www.resources.com/jmvc}interceptor-ref" maxOccurs="unbounded" minOccurs="0"/> <element name="forward" type="{http://www.resources.com/jmvc}forward" maxOccurs="unbounded"/> </sequence> <attGroup ref="{http://www.resources.com/jmvc}actionAttributes"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionForm()
Gets the value of the actionForm property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.List<Forward> |
getForward()
Gets the value of the forward property.
|
java.lang.String |
getInput()
Gets the value of the input property.
|
java.util.List<InterceptorRef> |
getInterceptorRef()
Gets the value of the interceptorRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
boolean |
isValidate()
Gets the value of the validate property.
|
void |
setActionForm(java.lang.String value)
Sets the value of the actionForm property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setInput(java.lang.String value)
Sets the value of the input property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValidate(java.lang.Boolean value)
Sets the value of the validate property.
|
public java.util.List<InterceptorRef> getInterceptorRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the interceptorRef property.
For example, to add a new item, do as follows:
getInterceptorRef().add(newItem);
Objects of the following type(s) are allowed in the list
InterceptorRef
public java.util.List<Forward> getForward()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the forward property.
For example, to add a new item, do as follows:
getForward().add(newItem);
Objects of the following type(s) are allowed in the list
Forward
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public java.lang.String getActionForm()
String
public void setActionForm(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInput()
String
public void setInput(java.lang.String value)
value
- allowed object is
String
public boolean isValidate()
Boolean
public void setValidate(java.lang.Boolean value)
value
- allowed object is
Boolean