Implemented in class xdoclet.modules.spring.SpringValidatorTagsHandler.
Iterates over all POJOs and evaluates the body of the tag for each class.
Iterates over all arguments for the current field.
Evaluates body if current argument is a resource key.
Evaluates the body if the current argument is an inline value rather than a resource key.
Evaluates the body if the current argument is a validator-specific argument.
Evaluates the body if there is no arg0 specified.
Evaluates the body if form has fields requiring validation.
Iterates the body for each field of the current form requiring validation.
Sets the value of match variable.
value |
The new value for matchPattern. |
Gets the "name" attribute for the <form> element in the xml descriptor. This should be the "path" form attribute if this is a ValidatorActionForm or the "name" attribute otherwise.
Current argument index number (0 to 3).
Current argument name - only valid if argument is for a specific validator type.
Current argument value, which is either an inline value or resource key.
Returns the current fields name.
Returns a comma-separated list of the specified validator types.
Returns the value of match variable. Match variable serves as a variable for templates, you set it somewhere in template and look it up somewhere else in template.
Returns current token inside forAllClassTagTokens.
Skips current token. Returns empty string.