@ProviderType public abstract class FacesContextHelperFactory extends Object implements javax.faces.FacesWrapper<FacesContextHelperFactory>
| Constructor and Description |
|---|
FacesContextHelperFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract FacesContextHelper |
getFacesContextHelper()
Returns a stateless, thread-safe singleton instance of
FacesContextHelper. |
static FacesContextHelper |
getFacesContextHelperInstance()
Deprecated.
Call
getFacesContextHelperInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of |
static FacesContextHelper |
getFacesContextHelperInstance(javax.faces.context.ExternalContext externalContext)
Returns a stateless, thread-safe singleton instance of
FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder. |
abstract FacesContextHelperFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
@Deprecated public static FacesContextHelper getFacesContextHelperInstance()
getFacesContextHelperInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder.
public static FacesContextHelper getFacesContextHelperInstance(javax.faces.context.ExternalContext externalContext)
FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder.externalContext - The external context associated with the current faces context. It is needed in order
for the FactoryExtensionFinder to be able to find the factory.public abstract FacesContextHelper getFacesContextHelper()
FacesContextHelper.public abstract FacesContextHelperFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<FacesContextHelperFactory>Copyright © 2020 Liferay, Inc.. All rights reserved.