|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sitemesh.taglib.AbstractTag
|
+--com.sitemesh.taglib.decorator.PropertyTag
Write property of Page to out.
Page.getProperty(java.lang.String)| Fields inherited from class com.sitemesh.taglib.AbstractTag |
pageContext,
parent |
| Constructor Summary | |
PropertyTag()
|
|
| Method Summary | |
int |
doEndTag()
To be implemented by all empty tags. |
void |
release()
|
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. |
| Methods inherited from class com.sitemesh.taglib.AbstractTag |
doStartTag,
getPage,
getParent,
setPageContext,
setParent,
trace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PropertyTag()
| Method Detail |
public void setProperty(java.lang.String propertyName)
public void setDefault(java.lang.String defaultValue)
public int doEndTag()
throws javax.servlet.jsp.JspException
public void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||