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()
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.
|
public static FacesContextHelper getFacesContextHelperInstance()
FacesContextHelper from the FacesContextHelperFactory found by the FactoryExtensionFinder.public abstract FacesContextHelper getFacesContextHelper()
FacesContextHelper.public abstract FacesContextHelperFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<FacesContextHelperFactory>Copyright © 2016 Liferay, Inc.. All rights reserved.