xdoclet.modules.apache.struts
public class StrutsDynaFormValidatorTagsHandler extends StrutsValidatorTagsHandler
Version: $Revision: 1.2 $
UNKNOWN: September 27, 2004 namespace = "DFValidator"
Method Summary | |
---|---|
void | forAllFields(String template, Properties attributes)
Iterates the body for each field of the current form requiring validation.
|
void | forAllForms(String template, Properties attributes)
Iterates over all POJOs with dynaform tags and evaluates the body of the tag for each class.
|
String | formName(Properties attributes)
Gets the "name" attribute for the <form> element in the xml descriptor.
|
Parameters: template The body of the block tag attributes The attributes of the template tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag attributes The attributes of the template tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: attributes The content tag attributes.
Returns: form name
Throws: XDocletException if anything goes awry.
UNKNOWN: type = "content"