| Package | Description |
|---|---|
| com.liferay.faces.util.client |
Copyright (c) 2000-2020 Liferay, Inc.
|
| com.liferay.faces.util.render |
Copyright (c) 2000-2020 Liferay, Inc.
|
| 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(javax.faces.context.ExternalContext externalContext,
String sourceCode,
String[] modules,
Script.ModulesType modulesType)
|
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 |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientComponentRendererBase.renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
Script.ModulesType modulesType) |
Copyright © 2020 Liferay, Inc.. All rights reserved.