|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.webapp.UIComponentTag | +--javax.faces.webapp.UIComponentBodyTag | +--org.apache.struts.faces.taglib.OutputBodyTag
Encapsulate nested JSP content as a JavaServer Faces
UIOutput
component rendered with the Text
renderer type.
Field Summary |
Fields inherited from class javax.faces.webapp.UIComponentBodyTag |
bodyContent |
Fields inherited from class javax.faces.webapp.UIComponentTag |
context, id, pageContext, rendered, renderedSet |
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 | |
OutputBodyTag()
|
Method Summary | |
int |
doAfterBody()
Set the local value of this component to reflect the nested body content of this JSP tag. |
java.lang.String |
getComponentType()
Return the type of component to be created for this tag. |
java.lang.String |
getRendererType()
Return the rendererType to be used for rendering
our component. |
Methods inherited from class javax.faces.webapp.UIComponentBodyTag |
doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getChildIndex, getComponent, getCreated, getDoEndValue, getFacetName, getParent, getParentUIComponentTag, incrementChildIndex, isSuppressed, overrideProperties, setId, setPageContext, setParent, setRendered, setupResponseWriter |
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 |
doEndTag, doStartTag, getParent, setPageContext, setParent |
Constructor Detail |
public OutputBodyTag()
Method Detail |
public java.lang.String getComponentType()
Return the type of component to be created for this tag.
getComponentType
in class javax.faces.webapp.UIComponentTag
public java.lang.String getRendererType()
Return the rendererType
to be used for rendering
our component.
getRendererType
in class javax.faces.webapp.UIComponentTag
public int doAfterBody() throws javax.servlet.jsp.JspException
Set the local value of this component to reflect the nested body content of this JSP tag.
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.faces.webapp.UIComponentBodyTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |