Uses of Interface
com.liferay.faces.util.context.FacesContextHelper

Packages that use FacesContextHelper
com.liferay.faces.util.context   
 

Uses of FacesContextHelper in com.liferay.faces.util.context
 

Classes in com.liferay.faces.util.context that implement FacesContextHelper
 class ExtFacesContext
          Deprecated. Please use FacesContextHelperUtil instead.
 class FacesContextHelperWrapper
           
 

Methods in com.liferay.faces.util.context that return FacesContextHelper
abstract  FacesContextHelper FacesContextHelperFactory.getFacesContextHelper()
          Returns a stateless, thread-safe singleton instance of FacesContextHelper.
static FacesContextHelper FacesContextHelperFactory.getFacesContextHelperInstance()
          Deprecated. Call FacesContextHelperFactory.getFacesContextHelperInstance(ExternalContext) instead.

Returns a stateless, thread-safe singleton instance of FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder.

static FacesContextHelper FacesContextHelperFactory.getFacesContextHelperInstance(javax.faces.context.ExternalContext externalContext)
          Returns a stateless, thread-safe singleton instance of FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder.
abstract  FacesContextHelper FacesContextHelperWrapper.getWrapped()
           
 



Copyright © 2019 Liferay, Inc.. All rights reserved.