|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.util.context.FacesContextHelperFactory
public abstract class FacesContextHelperFactory
| Constructor Summary | |
|---|---|
FacesContextHelperFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacesContextHelperFactory()
| Method Detail |
|---|
@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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||