|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectTagSupport
org.apache.struts.taglib.html.FormTag
org.apache.struts.taglib.nested.html.NestedFormTag
NestedFormTag.
| Field Summary | |
protected java.lang.String |
name
The name |
private java.lang.String |
originalNesting
|
private java.lang.String |
originalNestingName
|
| Fields inherited from class org.apache.struts.taglib.html.FormTag |
acceptCharset, action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, scriptLanguage, servlet, style, styleClass, styleId, target |
| Constructor Summary | |
NestedFormTag()
|
|
| Method Summary | |
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 |
java.lang.String |
getName()
Return the name. |
java.lang.String |
getProperty()
Get the string value of the "property" property. |
void |
release()
Release the tag's resources and reset the values. |
void |
setName(java.lang.String name)
Set the name. |
void |
setProperty(java.lang.String newProperty)
Setter for the "property" property |
| Methods inherited from class org.apache.struts.taglib.html.FormTag |
getAcceptCharset, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, lookup, renderAction, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setOnreset, setOnsubmit, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
private java.lang.String originalNesting
private java.lang.String originalNestingName
| Constructor Detail |
public NestedFormTag()
| Method Detail |
public java.lang.String getName()
getName in interface NestedNameSupportpublic void setName(java.lang.String name)
setName in interface NestedNameSupportname - The new namepublic java.lang.String getProperty()
getProperty in interface NestedPropertySupportpublic void setProperty(java.lang.String newProperty)
setProperty in interface NestedPropertySupportnewProperty - new value for the property
public int doStartTag()
throws JspException
doStartTag in class FormTagJspException
public int doEndTag()
throws JspException
doEndTag in class FormTagJspExceptionpublic void release()
release in class FormTag
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||