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