com.opensymphony.workflow.loader
Class ValidatorDescriptor
java.lang.Object
com.opensymphony.workflow.loader.AbstractDescriptor
com.opensymphony.workflow.loader.ValidatorDescriptor
- All Implemented Interfaces:
- XMLizable, Serializable
public class ValidatorDescriptor
- extends AbstractDescriptor
A validator is a helper used to verify values in the input map that is
provided to every action call.
- Author:
- Pat Lightbody
- See Also:
- Serialized Form
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
INDENT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
protected Map args
name
protected String name
type
protected String type
getArgs
public Map getArgs()
setName
public void setName(String name)
getName
public String getName()
setType
public void setType(String type)
getType
public String getType()
writeXML
public void writeXML(PrintWriter out,
int indent)
init
protected void init(org.w3c.dom.Element validator)