assertNotReleased();
if (_partialViewContext == null)
{
//Get through factory finder
PartialViewContextFactory factory = (PartialViewContextFactory)
FactoryFinder.getFactory(FactoryFinder.PARTIAL_VIEW_CONTEXT_FACTORY);
// Put actual facesContext as param, not this - this can be wrapped
_partialViewContext = factory.getPartialViewContext(FacesContext.getCurrentInstance());
}
return _partialViewContext;
}