org.apache.struts.taglib.nested.html
Class NestedFormTag
- NestedNameSupport, NestedPropertySupport, NestedTagSupport
public class NestedFormTag
NestedFormTag.
Version:
- Arron Bates
- Struts 1.1
action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, name, onreset, onsubmit, scope, servlet, style, styleClass, styleId, target, type |
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 | getProperty()- Get the string value of the "property" property.
|
void | release()- Release the tag's resources and reset the values.
|
void | setProperty(String newProperty)- Setter for the "property" property
|
doEndTag, doStartTag, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getName, getOnreset, getOnsubmit, getScope, getStyle, getStyleClass, getStyleId, getTarget, getType, initFormBean, isXhtml, lookup, release, renderFocusJavascript, renderFormStartElement, renderToken, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setName, setOnreset, setOnsubmit, setScope, setStyle, setStyleClass, setStyleId, setTarget, setType |
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-2005 - Apache Software Foundation