Implemented in class xdoclet.modules.apache.struts.StrutsValidatorTagsHandler.
Iterates over all Struts Form beans 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.
Gets the "name" attribute for the <form> element in the xml descriptor. This should be the "path" form attribute if this is a ValidatorActiorForm 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 not-full-qualified name of the current class without the package name.
Returns the full-qualified name of the current class with the package name.
Returns the full-qualified name of the superclass of the current class.
Sets the vaSoulue of match variable.
value |
The new value for matchPattern. |
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.