org.apache.openejb.jee
Class Validator
java.lang.Object
org.apache.openejb.jee.Validator
public class Validator
- extends java.lang.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 java.lang.String validatorClass
initParam
protected java.util.List<ParamValue> initParam
id
protected java.lang.String id
Validator
public Validator()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public java.lang.String getDescription()
getValidatorClass
public java.lang.String getValidatorClass()
setValidatorClass
public void setValidatorClass(java.lang.String value)
getInitParam
public java.util.List<ParamValue> getInitParam()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.