|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.tiles.jsp.taglib.TilesBodyTag
org.apache.tiles.jsp.taglib.RenderTag
org.apache.tiles.jsp.taglib.InsertAttributeTag
org.apache.tiles.jsp.taglib.GetAsStringTag
public class GetAsStringTag
Retrieve the value of the specified definition/template attribute property, and render it to the current JspWriter as a String. The usual toString() conversion is applied on the found value.
| Field Summary |
|---|
| Fields inherited from class org.apache.tiles.jsp.taglib.InsertAttributeTag |
|---|
attribute, name, value |
| Fields inherited from class org.apache.tiles.jsp.taglib.RenderTag |
|---|
attributeContext, container, flush, ignore, preparer, role |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
GetAsStringTag()
|
|
| Method Summary | |
|---|---|
protected void |
render(Attribute attr)
Renders an attribute for real. |
| Methods inherited from class org.apache.tiles.jsp.taglib.InsertAttributeTag |
|---|
doStartTag, getName, getValue, render, reset, setName, setValue, startContext |
| Methods inherited from class org.apache.tiles.jsp.taglib.RenderTag |
|---|
doEndTag, endContext, getPreparer, getRole, isFlush, isIgnore, processNestedTag, processNestedTag, setFlush, setIgnore, setPreparer, setRole |
| Methods inherited from class org.apache.tiles.jsp.taglib.TilesBodyTag |
|---|
doCatch, doFinally, release |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public GetAsStringTag()
| Method Detail |
|---|
protected void render(Attribute attr)
throws java.io.IOException
render in class InsertAttributeTagattr - The attribute to render.
java.io.IOException - If something goes wrong during the reading of
definition files.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||