public class PartialViewContextFactoryImpl extends PartialViewContextFactory
Factory to vend the default PartialViewContext
instance.
Constructor and Description |
---|
PartialViewContextFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
PartialViewContext |
getPartialViewContext(FacesContext context)
Create (if needed)
and return a
PartialViewContext instance that is initialized
using the current FacesContext instance. |
getWrapped
public PartialViewContext getPartialViewContext(FacesContext context)
PartialViewContextFactory
Create (if needed)
and return a PartialViewContext
instance that is initialized
using the current FacesContext
instance.
getPartialViewContext
in class PartialViewContextFactory
context
- the FacesContext
for the current request.PartialViewContext
as specified abovePartialViewContextFactory.getPartialViewContext(javax.faces.context.FacesContext)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.