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
PartialViewContext that can
be subclassed by developers wishing to provide specialized behavior
to an existing PartialViewContext instance. |
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. |
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 © 2018 JBoss by Red Hat. All rights reserved.