Class ValidatorMacroImpl
java.lang.Object
org.apache.tapestry5.internal.validator.ValidatorMacroImpl
- All Implemented Interfaces:
ValidatorMacro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalueForMacro
(String validatorMacro) Given a potential validator macro (a simple string name), returns the value for that macro, a comma-separated list of validation constraints.
-
Constructor Details
-
ValidatorMacroImpl
-
-
Method Details
-
valueForMacro
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 interfaceValidatorMacro
- Returns:
- constraints, or null if no such validator macro
-