Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.jsf | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Class and Description |
---|---|
class |
BodyContentImpl
Implementation of the JSP BodyContent interface.
|
class |
JspWriterAdapter
A buffered JSP writer encapsulating a Writer.
|
Modifier and Type | Method and Description |
---|---|
BodyContent |
PageContextImpl.pushBody()
Pushes a new BodyContent onto the JspWriter stack.
|
BodyContent |
PageContextWrapper.pushBody()
Pushes the page body.
|
Modifier and Type | Method and Description |
---|---|
static UIComponent |
JsfTagUtil.addVerbatim(UIComponent parent,
BodyContent body) |
static UIComponent |
JsfTagUtil.addVerbatim(UIComponent parent,
java.lang.String prevId,
BodyContent body) |
Constructor and Description |
---|
JsfComponentTag(UIComponent component,
boolean isCreated,
BodyContent bodyContent) |
Modifier and Type | Method and Description |
---|---|
BodyContent |
PageContext.pushBody()
Internal routine to support BodyTags.
|
Modifier and Type | Field and Description |
---|---|
protected BodyContent |
BodyTagSupport.bodyContent |
Modifier and Type | Method and Description |
---|---|
BodyContent |
BodyTagSupport.getBodyContent()
Returns the tag's body content.
|
Modifier and Type | Method and Description |
---|---|
void |
BodyTag.setBodyContent(BodyContent out)
Sets the BodyContent stream.
|
void |
BodyTagSupport.setBodyContent(BodyContent bodyContent)
Called by the JSP engine just before calling doInitBody().
|