public class OmniPartialViewContextFactory
extends javax.faces.context.PartialViewContextFactory
OmniPartialViewContext is properly initialized.OmniPartialViewContext| Constructor and Description |
|---|
OmniPartialViewContextFactory(javax.faces.context.PartialViewContextFactory wrapped)
Construct a new OmniFaces partial view context factory around the given wrapped factory.
|
| Modifier and Type | Method and Description |
|---|---|
javax.faces.context.PartialViewContext |
getPartialViewContext(javax.faces.context.FacesContext context)
Returns a new instance of
OmniPartialViewContext which wraps the original partial view context. |
javax.faces.context.PartialViewContextFactory |
getWrapped()
Returns the wrapped factory.
|
public OmniPartialViewContextFactory(javax.faces.context.PartialViewContextFactory wrapped)
wrapped - The wrapped factory.public javax.faces.context.PartialViewContext getPartialViewContext(javax.faces.context.FacesContext context)
OmniPartialViewContext which wraps the original partial view context.getPartialViewContext in class javax.faces.context.PartialViewContextFactorypublic javax.faces.context.PartialViewContextFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContextFactory>getWrapped in class javax.faces.context.PartialViewContextFactoryCopyright © 2012–2014 OmniFaces. All rights reserved.