Package | Description |
---|---|
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Field and Description |
---|---|
protected BodyContent |
UIComponentClassicTagBase.bodyContent
The
bodyContent for this tag handler. |
Modifier and Type | Method and Description |
---|---|
BodyContent |
UIComponentClassicTagBase.getBodyContent() |
Modifier and Type | Method and Description |
---|---|
void |
UIComponentClassicTagBase.setBodyContent(BodyContent bodyContent)
Set the
bodyContent for this tag handler. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected BodyContent |
BodyTagSupport.bodyContent
The current BodyContent for this BodyTag.
|
Modifier and Type | Method and Description |
---|---|
BodyContent |
BodyTagSupport.getBodyContent()
Get current bodyContent.
|
Modifier and Type | Method and Description |
---|---|
void |
BodyTagSupport.setBodyContent(BodyContent b)
Prepare for evaluation of the body: stash the bodyContent away.
|
void |
BodyTag.setBodyContent(BodyContent b)
Set the bodyContent property.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.