xdoclet.modules.apache.struts
public class ActionFormTagsHandler extends XDocletTagSupport
Version: $Revision: 1.2 $
UNKNOWN: April 26, 2004 namespace = "ActionForm"
Method Summary | |
---|---|
String | actionFormClass()
Return the class name for the current class.
|
String | actionFormName() |
void | forAllFormFields(String template)
Evaluates body for all fields included in form generation
|
static String | getActionFormClassFor(XClass clazz)
Gets the ActionFormClassFor attribute of the ActionFormTagsHandler class.
|
static String | getActionFormClassName(XClass clazz)
Gets the ActionFormClassName attribute of the ActionFormTagsHandler class
|
protected static String | getActionFormClassPattern()
Gets the ActionFormClassPattern attribute of the ActionFormTagsHandler class
|
static boolean | hasFormDefinition(XClass clazz)
Return true if at least one struts:form tag is defined.
|
void | ifUseMethodInForm(String template)
Evaluates the body if the method belongs in a given form.
|
protected boolean | useMethodInForm(XMethod method)
Check that method has struts:form-field tag with valid name, or is pk field (and pk fields are included) or
include-all="true".
|
Returns: Description of the Returned Value
Throws: XDocletException Description of Exception
UNKNOWN: type = "content"
Returns: Description of the Returned Value
Throws: XDocletException Description of Exception
UNKNOWN: type = "content"
Parameters: template The body of the block tag
Throws: XDocletException Description of Exception
UNKNOWN: type = "block"
Parameters: clazz Describe what the parameter does
Returns: The ActionFormClassFor value
Throws: XDocletException Describe the exception
Parameters: clazz Describe what the parameter does
Returns: The ActionFormClassName value
Throws: XDocletException Describe the exception
Returns: The ActionFormClassPattern value
Parameters: clazz Class to check
Returns: whether class has struts:form tag defined
Throws: XDocletException Description of Exception
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: method Description of Parameter
Returns: Description of the Returned Value
Throws: XDocletException Description of Exception