org.apache.tapestry5.validator
Class None
java.lang.Object
org.apache.tapestry5.validator.AbstractValidator<Void,Object>
org.apache.tapestry5.validator.None
- All Implemented Interfaces:
- Validator<Void,Object>
public class None
- extends AbstractValidator<Void,Object>
Constructor Summary |
None()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
None
public None()
render
public void render(Field field,
Void constraintValue,
MessageFormatter formatter,
MarkupWriter writer,
FormSupport formSupport)
- Does nothing.
- Parameters:
field
- the field which is currently being renderedconstraintValue
- the value used to constrain inputformatter
- validation message, in the appropriate localewriter
- markup writer, allowing additional attributes to be written into the active elementformSupport
- used to add JavaScript
validate
public void validate(Field field,
Void constraintValue,
MessageFormatter formatter,
Object value)
throws ValidationException
- Does nothing.
- Parameters:
field
- the field for which a client submitted value is being validatedconstraintValue
- the value used to constrainformatter
- Validation messages, in the appropriate localevalue
- the translated value supplied by the user
- Throws:
ValidationException
- if the value violates the constraint
Copyright © 2003-2012 The Apache Software Foundation.