public class NestedFormTag extends FormTag implements NestedNameSupport
Modifier and Type | Field and Description |
---|---|
protected String |
name
The name
|
acceptCharset, action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, readonly, scriptLanguage, servlet, style, styleClass, styleId, target
Constructor and Description |
---|
NestedFormTag() |
Modifier and Type | Method and Description |
---|---|
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
|
getAcceptCharset, getAction, getAutocomplete, getBeanName, getDir, getEnctype, getFocus, getFocusIndex, getLang, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, isDisabled, isReadonly, lookup, renderAction, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setAutocomplete, setDir, setDisabled, setEnctype, setFocus, setFocusIndex, setLang, setMethod, setOnreset, setOnsubmit, setReadonly, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget
protected String name
public String getName()
getName
in interface NestedNameSupport
public void setName(String name)
setName
in interface NestedNameSupport
name
- The new namepublic String getProperty()
getProperty
in interface NestedPropertySupport
public void setProperty(String newProperty)
setProperty
in interface NestedPropertySupport
newProperty
- new value for the propertypublic int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class FormTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredpublic int doEndTag() throws javax.servlet.jsp.JspException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.