org.apache.struts.taglib.nested.html
Class NestedFormTag
- NestedNameSupport, NestedPropertySupport, NestedTagSupport
public class NestedFormTag
NestedFormTag.
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
acceptCharset , action , beanName , beanScope , beanType , disabled , enctype , focus , focusIndex , lineEnd , mapping , messages , method , moduleConfig , onreset , onsubmit , readonly , scriptLanguage , servlet , style , styleClass , styleId , target |
int | doEndTag() - This is only overriden to clean up the include reference
|
int | doStartTag() - Overriding to allow the chance to set the details of the system, so that
dynamic includes can be possible
|
String | getName() - Return the name.
|
String | getProperty() - Get the string value of the "property" property.
|
void | release() - Release the tag's resources and reset the values.
|
void | setName(String name) - Set the name.
|
void | setProperty(String newProperty) - Setter for the "property" property
|
doEndTag , doStartTag , getAcceptCharset , getAction , getBeanName , getEnctype , getFocus , getFocusIndex , getMethod , getOnreset , getOnsubmit , getScriptLanguage , getStyle , getStyleClass , getStyleId , getTarget , initFormBean , isDisabled , isReadonly , isXhtml , lookup , release , renderAction , renderAttribute , renderFocusJavascript , renderFormStartElement , renderName , renderOtherAttributes , renderToken , setAcceptCharset , setAction , setDisabled , setEnctype , setFocus , setFocusIndex , setMethod , setOnreset , setOnsubmit , setReadonly , setScriptLanguage , setStyle , setStyleClass , setStyleId , setTarget |
name
protected String name
The name
originalNesting
private String originalNesting
originalNestingName
private String originalNestingName
doEndTag
public int doEndTag()
throws JspException
This is only overriden to clean up the include reference
- doEndTag in interface FormTag
- int JSP continuation directive.
doStartTag
public int doStartTag()
throws JspException
Overriding to allow the chance to set the details of the system, so that
dynamic includes can be possible
- doStartTag in interface FormTag
- int JSP continuation directive.
release
public void release()
Release the tag's resources and reset the values.
- release in interface FormTag
setProperty
public void setProperty(String newProperty)
Setter for the "property" property
- setProperty in interface NestedPropertySupport
newProperty
- new value for the property
Copyright B) 2000-2007 - The Apache Software Foundation