| Package | Description |
|---|---|
| com.liferay.faces.util.client | |
| com.liferay.faces.util.client.internal | |
| com.liferay.faces.util.render |
| Modifier and Type | Method and Description |
|---|---|
Script.ModulesType |
ScriptWrapper.getModulesType() |
Script.ModulesType |
Script.getModulesType()
Returns The
Script.ModulesType of the Script. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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(String sourceCode,
String[] modules,
Script.ModulesType modulesType)
|
| Modifier and Type | Method and Description |
|---|---|
Script.ModulesType |
ScriptImpl.getModulesType() |
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptFactoryImpl.getScript(String sourceCode,
String[] modules,
Script.ModulesType modulesType) |
| Constructor and Description |
|---|
ScriptImpl(String sourceCode,
String[] modules,
Script.ModulesType modulesType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientComponentRendererBase.renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
Script.ModulesType modulesType) |
Copyright © 2016 Liferay, Inc.. All rights reserved.