public class PartialViewContextFactoryImpl
extends javax.faces.context.PartialViewContextFactory
Factory to vend the default PartialViewContext
instance.
Constructor and Description |
---|
PartialViewContextFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.PartialViewContext |
getPartialViewContext(javax.faces.context.FacesContext context)
Create (if needed)
and return a
PartialViewContext instance that is initialized
using the current FacesContext instance. |
public javax.faces.context.PartialViewContext getPartialViewContext(javax.faces.context.FacesContext context)
javax.faces.context.PartialViewContextFactory
Create (if needed)
and return a PartialViewContext
instance that is initialized
using the current FacesContext
instance.
getPartialViewContext
in class javax.faces.context.PartialViewContextFactory
context
- the FacesContext
for the current request.PartialViewContext
as specified abovePartialViewContextFactory.getPartialViewContext(javax.faces.context.FacesContext)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.