public class PropertyTag extends AbstractTag
pageContext, parentDECORATOR, PAGE, ROBOT| Constructor and Description |
|---|
PropertyTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
To be implemented by all empty tags.
|
protected java.lang.String |
getProperty() |
void |
setDefault(java.lang.String defaultValue)
Value to write if no property matching key is found (optional).
|
void |
setProperty(java.lang.String propertyName)
Key of property to write.
|
void |
setWriteEntireProperty(java.lang.String writeEntireProperty)
When begins with y, t or 1, the full attribute (name + value) is written.
|
doStartTag, getOut, getPage, getParent, release, setPageContext, setParent, tracedoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentpublic void setProperty(java.lang.String propertyName)
protected java.lang.String getProperty()
public void setDefault(java.lang.String defaultValue)
public final void setWriteEntireProperty(java.lang.String writeEntireProperty)
public int doEndTag()
AbstractTagdoEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class AbstractTag