| Package | Description | 
|---|---|
| javax.faces.context | 
 
Classes and interfaces
defining per-request state information. 
 | 
| 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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.