Uses of Class
javax.servlet.jsp.tagext.BodyContent

Packages that use BodyContent
com.acme   
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.runtime   
 

Uses of BodyContent in com.acme
 

Methods in com.acme with parameters of type BodyContent
 void DateTag.setBodyContent(BodyContent content)
           
 

Uses of BodyContent in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return BodyContent
 BodyContent PageContext.pushBody()
          Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
 

Uses of BodyContent in javax.servlet.jsp.tagext
 

Fields in javax.servlet.jsp.tagext declared as BodyContent
protected  BodyContent BodyTagSupport.bodyContent
          The current BodyContent for this BodyTag.
 

Methods in javax.servlet.jsp.tagext that return BodyContent
 BodyContent BodyTagSupport.getBodyContent()
          Get current bodyContent.
 

Methods in javax.servlet.jsp.tagext with parameters of type BodyContent
 void BodyTagSupport.setBodyContent(BodyContent b)
          Prepare for evaluation of the body: stash the bodyContent away.
 void BodyTag.setBodyContent(BodyContent b)
          Set the bodyContent property.
 

Uses of BodyContent in org.apache.jasper.runtime
 

Subclasses of BodyContent in org.apache.jasper.runtime
 class BodyContentImpl
          Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
 

Methods in org.apache.jasper.runtime that return BodyContent
 BodyContent PageContextImpl.pushBody()
           
 BodyContent JspContextWrapper.pushBody()
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.