org.apache.openejb.jee
Class Validator
java.lang.Object
org.apache.openejb.jee.Validator
public class Validator
- extends Object
A validator that can be used to validate
the conformance of a JSP page to using this tag library is
defined by a validatorType.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
validatorClass
protected String validatorClass
initParam
protected List<ParamValue> initParam
id
protected String id
Validator
public Validator()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getValidatorClass
public String getValidatorClass()
setValidatorClass
public void setValidatorClass(String value)
getInitParam
public List<ParamValue> getInitParam()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.