|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Script.ModulesType | |
|---|---|
| com.liferay.faces.util.client | |
| com.liferay.faces.util.render | |
| Uses of Script.ModulesType in com.liferay.faces.util.client |
|---|
| Methods in com.liferay.faces.util.client that return Script.ModulesType | |
|---|---|
Script.ModulesType |
Script.getModulesType()
Returns The Script.ModulesType of the Script. |
Script.ModulesType |
ScriptWrapper.getModulesType()
|
static Script.ModulesType |
Script.ModulesType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Script.ModulesType[] |
Script.ModulesType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.liferay.faces.util.client with parameters of type Script.ModulesType | |
|---|---|
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,
String[] modules,
Script.ModulesType modulesType)
Returns a new instance of Script from the ScriptFactory found by the FactoryExtensionFinder. |
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 |
| Uses of Script.ModulesType in com.liferay.faces.util.render |
|---|
| Methods in com.liferay.faces.util.render with parameters of type Script.ModulesType | |
|---|---|
protected void |
ClientComponentRendererBase.renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
Script.ModulesType modulesType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||