Package | Description |
---|---|
com.sun.faces.context | |
javax.faces.context |
Modifier and Type | Class and Description |
---|---|
class |
PartialViewContextImpl |
Modifier and Type | Method and Description |
---|---|
PartialViewContext |
FacesContextImpl.getPartialViewContext() |
PartialViewContext |
PartialViewContextFactoryImpl.getPartialViewContext(FacesContext context) |
Modifier and Type | Class and Description |
---|---|
class |
PartialViewContextWrapper
Provides
a simple implementation of |
Modifier and Type | Method and Description |
---|---|
PartialViewContext |
FacesContext.getPartialViewContext()
Return the |
PartialViewContext |
FacesContextWrapper.getPartialViewContext()
The default behavior of this method is to
call
FacesContext.getPartialViewContext() ()}
on the wrapped FacesContext object. |
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. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.