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. |
getWrappedpublic PartialViewContext getPartialViewContext(FacesContext context)
PartialViewContextFactory
Create (if needed) and return a PartialViewContext instance that is
initialized using the current FacesContext instance.
getPartialViewContext in class PartialViewContextFactorycontext - the FacesContext for the current request.PartialViewContext as specified abovePartialViewContextFactory.getPartialViewContext(jakarta.faces.context.FacesContext)Copyright © 1997–2020 Eclipse Foundation. All rights reserved.