org.apache.struts.taglib.nested.html
public class NestedOptionsCollectionTag extends OptionsCollectionTag implements NestedNameSupport
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
originalName |
private java.lang.String |
originalProperty |
Constructor and Description |
---|
NestedOptionsCollectionTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Complete the processing of the tag.
|
int |
doStartTag()
Overriding method of the heart of the matter.
|
void |
release()
Release the tag's resources and reset the values.
|
addOption, getFilter, getIterator, getLabel, getName, getProperty, getStyle, getStyleClass, getValue, setFilter, setLabel, setName, setProperty, setStyle, setStyleClass, setValue
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
getProperty, setProperty
private java.lang.String originalName
private java.lang.String originalProperty
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class OptionsCollectionTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredpublic int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
- for the bad things JSP's dopublic void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class OptionsCollectionTag
Copyright ? 2000-2014 - The Apache Software Foundation