Package | Description |
---|---|
javax.faces.context |
Modifier and Type | Class and Description |
---|---|
class |
PartialViewContextWrapper
Provides
a simple implementation of |
Modifier and Type | Method and Description |
---|---|
PartialViewContext |
FacesContextWrapper.getPartialViewContext()
The default behavior of this method is to
call
FacesContext.getPartialViewContext() ()}
on the wrapped FacesContext object. |
PartialViewContext |
FacesContext.getPartialViewContext()
Return the |
abstract PartialViewContext |
PartialViewContextFactory.getPartialViewContext(FacesContext context)
Create (if needed)
and return a
PartialViewContext instance that is initialized
using the current FacesContext instance. |
PartialViewContext |
PartialViewContextWrapper.getWrapped() |
Constructor and Description |
---|
PartialViewContextWrapper(PartialViewContext wrapped)
If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.