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.PartialViewContextFactoryCreate (if needed)
and return a PartialViewContext instance that is initialized
using the current FacesContext instance.
getPartialViewContext in class javax.faces.context.PartialViewContextFactorycontext - the FacesContext for the current request.PartialViewContext as specified abovePartialViewContextFactory.getPartialViewContext(javax.faces.context.FacesContext)Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.