org.apache.openejb.jee
Class Validator

java.lang.Object
  extended by 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.


Field Summary
protected  TextMap description
           
protected  String id
           
protected  List<ParamValue> initParam
           
protected  String validatorClass
           
 
Constructor Summary
Validator()
           
 
Method Summary
 String getDescription()
           
 Text[] getDescriptions()
           
 String getId()
           
 List<ParamValue> getInitParam()
           
 String getValidatorClass()
           
 void setDescriptions(Text[] text)
           
 void setId(String value)
           
 void setValidatorClass(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

validatorClass

protected String validatorClass

initParam

protected List<ParamValue> initParam

id

protected String id
Constructor Detail

Validator

public Validator()
Method Detail

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.