|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.util.render.FacesURLEncoderFactory
public abstract class FacesURLEncoderFactory
| Constructor Summary | |
|---|---|
FacesURLEncoderFactory()
|
|
| Method Summary | |
|---|---|
abstract FacesURLEncoder |
getFacesURLEncoder()
Returns a stateless, thread-safe singleton instance of FacesURLEncoder. |
static FacesURLEncoder |
getFacesURLEncoderInstance()
Deprecated. Call getFacesURLEncoderInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of |
static FacesURLEncoder |
getFacesURLEncoderInstance(javax.faces.context.ExternalContext externalContext)
Returns a stateless, thread-safe singleton instance of FacesURLEncoder from the FacesURLEncoderFactory found by the FactoryExtensionFinder. |
abstract FacesURLEncoderFactory |
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 FacesURLEncoderFactory()
| Method Detail |
|---|
@Deprecated public static FacesURLEncoder getFacesURLEncoderInstance()
getFacesURLEncoderInstance(ExternalContext) instead.
Returns a stateless, thread-safe singleton instance of FacesURLEncoder from the FacesURLEncoderFactory found by the FactoryExtensionFinder. FacesURLEncoder is a stateless,
thread-safe singleton because it is designed to be used by a Renderer,
which is a stateless, thread-safe singleton.
public static FacesURLEncoder getFacesURLEncoderInstance(javax.faces.context.ExternalContext externalContext)
FacesURLEncoder from the FacesURLEncoderFactory found by the FactoryExtensionFinder. FacesURLEncoder is a stateless, thread-safe
singleton because it is designed to be used by a Renderer, which is a stateless,
thread-safe singleton.
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 FacesURLEncoder getFacesURLEncoder()
FacesURLEncoder. FacesURLEncoder is a stateless,
thread-safe singleton because it is designed to be used by a Renderer, which is
stateless and thread-safe singleton.
public abstract FacesURLEncoderFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<FacesURLEncoderFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||