Implemented in class xdoclet.modules.apache.struts.StrutsDynaFormValidatorTagsHandler.
Iterates over all arguments for the current field.
Iterates the body for each field of the current form requiring validation.
Iterates over all POJOs with dynaform tags and evaluates the body of the tag for each class.
Evaluates the body if the current argument is a validator-specific argument.
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 field has an indexed component.
Evaluates the body if form has fields requiring validation.
Evaluates the body if there is no arg0 specified.
Sets the value of match variable.
value |
The new value for matchPattern. |
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 current token inside forAllClassTagTokens.
Returns the current field's name, local to the indexed property if there is one.
Gets the "name" attribute for the <form> element in the xml descriptor.
Returns the current field's indexedListProperty attribute, if any.
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.
Skips current token. Returns empty string.
Returns a comma-separated list of the specified validator types.