|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--javax.faces.webapp.FacesTag | +--javax.faces.webapp.FacesBodyTag | +--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.FacesBodyTag |
bodyContent |
Fields inherited from class javax.faces.webapp.FacesTag |
childIndex, component, COMPONENT_STACK_ATTR, componentStack, context, created, modelReference, numChildren, rendered |
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 | |
OutputBodyTag()
|
Method Summary | |
javax.faces.component.UIComponent |
createComponent()
|
int |
doAfterBody()
Set the local value of this component to reflect the nested body content of this JSP tag. |
java.lang.String |
getRendererType()
|
Methods inherited from class javax.faces.webapp.FacesBodyTag |
doInitBody, getBodyContent, getDoStartValue, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.faces.webapp.FacesTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, findComponentStack, getChildIndex, getComponent, getCreated, getDoAfterBodyValue, getDoEndValue, getModelReference, getNearestEnclosingFacesTag, getNumChildren, getRendered, incrementNumChildren, isSuppressed, overrideProperties, setModelReference, setParent, setRendered, setupResponseWriter |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, 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.BodyTag |
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setPageContext, setParent |
Constructor Detail |
public OutputBodyTag()
Method Detail |
public javax.faces.component.UIComponent createComponent()
createComponent
in class javax.faces.webapp.FacesTag
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.FacesTag
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.FacesTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |