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. |
abstract PartialViewContext |
PartialViewContextWrapper.getWrapped() |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.