public class SetPropertyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Cloneable
| Constructor and Description |
|---|
SetPropertyTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Passes attribute information up to the parent TableTag.
|
String |
getName() |
String |
getValue() |
void |
setName(String v) |
void |
setValue(String v) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void setName(String v)
public void setValue(String v)
public String getName()
public String getValue()
public int doEndTag()
throws javax.servlet.jsp.JspException
When we hit the end of the tag, we simply let our parent (which better be a TableTag) know what the user wants to change a property value, and we pass the name/value pair that the user gave us, up to the parent
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - if this tag is being used outside of a Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.