org.apache.tapestry5.internal.validator
Class ValidatorMacroImpl
java.lang.Object
org.apache.tapestry5.internal.validator.ValidatorMacroImpl
- All Implemented Interfaces:
- ValidatorMacro
public class ValidatorMacroImpl
- extends Object
- implements ValidatorMacro
Method Summary |
String |
valueForMacro(String validatorMacro)
Given a potential validator macro (a simple string name), returns the value for that macro, a
comma-separated list of validation constraints. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorMacroImpl
public ValidatorMacroImpl(Map<String,String> configuration)
valueForMacro
public String valueForMacro(String validatorMacro)
- Description copied from interface:
ValidatorMacro
- Given a potential validator macro (a simple string name), returns the value for that macro, a
comma-separated list of validation constraints.
- Specified by:
valueForMacro
in interface ValidatorMacro
- Returns:
- constraints, or null if no such validator macro
Copyright © 2003-2012 The Apache Software Foundation.