Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.