org.apache.struts.faces.taglib
Class OutputBodyTag

java.lang.Object
  |
  +--javax.faces.webapp.UIComponentTag
        |
        +--javax.faces.webapp.UIComponentBodyTag
              |
              +--org.apache.struts.faces.taglib.OutputBodyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class OutputBodyTag
extends javax.faces.webapp.UIComponentBodyTag

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

Version:
$Revision: 1.2 $ $Date: 2003/06/04 17:38:14 $
Author:
Craig R. McClanahan

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

OutputBodyTag

public OutputBodyTag()
Method Detail

getComponentType

public java.lang.String getComponentType()

Return the type of component to be created for this tag.

Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag

getRendererType

public java.lang.String getRendererType()

Return the rendererType to be used for rendering our component.

Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag

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.UIComponentBodyTag
javax.servlet.jsp.JspException


Copyright © 2003 - Apache Software Foundation