org.apache.struts.faces.taglib
Class OutputBodyTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.faces.webapp.FacesTag
              |
              +--javax.faces.webapp.FacesBodyTag
                    |
                    +--org.apache.struts.faces.taglib.OutputBodyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class OutputBodyTag
extends javax.faces.webapp.FacesBodyTag

Encapsulate nested JSP content as a JavaServer Faces UIOutput component rendered with the Text renderer type.

Version:
$Revision: 1.1 $ $Date: 2003/03/07 03:22:44 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

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

OutputBodyTag

public OutputBodyTag()
Method Detail

createComponent

public javax.faces.component.UIComponent createComponent()
Specified by:
createComponent in class javax.faces.webapp.FacesTag

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.FacesTag

doAfterBody

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.

Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class javax.faces.webapp.FacesTag
javax.servlet.jsp.JspException


Copyright ? 2003 - Apache Software Foundation