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

Packages that use Script
com.liferay.faces.util.client   
com.liferay.faces.util.context   
 

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

Classes in com.liferay.faces.util.client that implement Script
 class ScriptWrapper
          Provides a simple implementation of Script that can be subclassed in order to decorate another instance of the same type.
 

Methods in com.liferay.faces.util.client that return Script
abstract  Script ScriptFactory.getScript(String sourceCode)
          Returns a new instance of Script with the specified source code.
abstract  Script ScriptFactory.getScript(String sourceCode, String[] modules, Script.ModulesType modulesType)
          Returns a new instance of Script with the specified source code, modules, and type.
static Script ScriptFactory.getScriptInstance(javax.faces.context.ExternalContext externalContext, String sourceCode)
          Returns a new instance of Script from the ScriptFactory found by the FactoryExtensionFinder.
static Script ScriptFactory.getScriptInstance(javax.faces.context.ExternalContext externalContext, String sourceCode, String[] modules, Script.ModulesType modulesType)
          Returns a new instance of Script from the ScriptFactory found by the FactoryExtensionFinder.
static Script ScriptFactory.getScriptInstance(String sourceCode)
          Deprecated. Call ScriptFactory.getScriptInstance(ExternalContext, String) instead.

Returns a new instance of Script from the ScriptFactory found by the FactoryExtensionFinder. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.

static Script ScriptFactory.getScriptInstance(String sourceCode, String[] modules, Script.ModulesType modulesType)
          Deprecated. Call ScriptFactory.getScriptInstance(ExternalContext, String, String[], Script.ModulesType) instead.

Returns a new instance of Script from the ScriptFactory found by the FactoryExtensionFinder. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.

 

Method parameters in com.liferay.faces.util.client with type arguments of type Script
 void ScriptsEncoderWrapper.encodeBodyScripts(javax.faces.context.FacesContext facesContext, List<Script> scripts)
           
 void ScriptsEncoder.encodeBodyScripts(javax.faces.context.FacesContext facesContext, List<Script> scripts)
           
 void ScriptsEncoderWrapper.encodeEvalScripts(javax.faces.context.FacesContext facesContext, List<Script> scripts)
           
 void ScriptsEncoder.encodeEvalScripts(javax.faces.context.FacesContext facesContext, List<Script> scripts)
           
 

Uses of Script in com.liferay.faces.util.context
 

Methods in com.liferay.faces.util.context that return types with arguments of type Script
abstract  List<Script> FacesRequestContext.getScripts()
          Deprecated. Call FacesContextHelperUtil#getScripts(javax.faces.context.FacesContext instead.
static List<Script> FacesContextHelperUtil.getScripts()
          Returns an immutable list of scripts that were added via the FacesContextHelperUtil.addScript(FacesContext,Script) or FacesContextHelperUtil.addScript(FacesContext,String) method.
 List<Script> FacesContextHelperWrapper.getScripts()
           
 List<Script> FacesContextHelper.getScripts()
          Returns an immutable list of scripts that were added via the FacesContextHelper.addScript(FacesContext,Script) or FacesContextHelper.addScript(FacesContext,String) method.
static List<Script> FacesContextHelperUtil.getScripts(javax.faces.context.FacesContext facesContext)
          Returns an immutable list of scripts that were added via the FacesContextHelperUtil.addScript(FacesContext,Script) or FacesContextHelperUtil.addScript(FacesContext,String) method.
 List<Script> FacesContextHelperWrapper.getScripts(javax.faces.context.FacesContext facesContext)
           
 List<Script> FacesContextHelper.getScripts(javax.faces.context.FacesContext facesContext)
          Returns an immutable list of scripts that were added via the FacesContextHelper.addScript(FacesContext,Script) or FacesContextHelper.addScript(FacesContext,String) method.
 

Methods in com.liferay.faces.util.context with parameters of type Script
static void FacesContextHelperUtil.addScript(javax.faces.context.FacesContext facesContext, Script script)
          Adds the specified Script to the list of scripts that are to be executed on the client.
 void FacesContextHelperWrapper.addScript(javax.faces.context.FacesContext facesContext, Script script)
           
 void FacesContextHelper.addScript(javax.faces.context.FacesContext facesContext, Script script)
          Adds the specified Script to the list of scripts that are to be executed on the client.
abstract  void FacesRequestContext.addScript(Script script)
          Deprecated. Call FacesContextHelperUtil.addScript(javax.faces.context.FacesContext, com.liferay.faces.util.client.Script) instead.
static void FacesContextHelperUtil.addScript(Script script)
          Adds the specified Script to the list of scripts that are to be executed on the client.
 void FacesContextHelperWrapper.addScript(Script script)
           
 void FacesContextHelper.addScript(Script script)
          Adds the specified Script to the list of scripts that are to be executed on the client.
 



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