Uses of Interface
com.liferay.faces.util.client.ScriptsEncoder

Packages that use ScriptsEncoder
com.liferay.faces.util.client   
 

Uses of ScriptsEncoder in com.liferay.faces.util.client
 

Classes in com.liferay.faces.util.client that implement ScriptsEncoder
 class ScriptsEncoderWrapper
           
 

Methods in com.liferay.faces.util.client that return ScriptsEncoder
abstract  ScriptsEncoder ScriptsEncoderFactory.getScriptsEncoder()
          Returns a stateless, thread-safe singleton instance of ScriptsEncoder.
static ScriptsEncoder ScriptsEncoderFactory.getScriptsEncoderInstance()
          Deprecated. Call ScriptsEncoderFactory.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.

static ScriptsEncoder ScriptsEncoderFactory.getScriptsEncoderInstance(javax.faces.context.ExternalContext externalContext)
          Returns a stateless, thread-safe singleton instance of ScriptsEncoder from the ScriptsEncoderFactory found by the FactoryExtensionFinder.
abstract  ScriptsEncoder ScriptsEncoderWrapper.getWrapped()
           
 



Copyright © 2019 Liferay, Inc.. All rights reserved.