org.apache.tapestry5.internal.services
Class ValidatorSpecification

java.lang.Object
  extended by org.apache.tapestry5.internal.services.ValidatorSpecification

public class ValidatorSpecification
extends Object

Validator type and constraint values parsed from a validator specification.


Constructor Summary
ValidatorSpecification(String validatorType)
           
ValidatorSpecification(String validatorType, String constraintValue)
           
 
Method Summary
 boolean equals(Object other)
           
 String getConstraintValue()
           
 String getValidatorType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorSpecification

public ValidatorSpecification(String validatorType)

ValidatorSpecification

public ValidatorSpecification(String validatorType,
                              String constraintValue)
Method Detail

getConstraintValue

public String getConstraintValue()

getValidatorType

public String getValidatorType()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2003-2012 The Apache Software Foundation.