@ProviderType
public interface Script
FacesContextHelperUtil.addScript(javax.faces.context.FacesContext,
com.liferay.faces.util.client.Script).| Modifier and Type | Interface and Description |
|---|---|
static class |
Script.ModulesType
The ModulesType is used to determine how to handle the Script's modules.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getModules()
Returns An array of modules which the Script depends on.
|
Script.ModulesType |
getModulesType()
Returns The
Script.ModulesType of the Script. |
String |
getSourceCode()
Returns The Script's text.
|
String[] getModules()
Script.ModulesType getModulesType()
Script.ModulesType of the Script.String getSourceCode()
Copyright © 2020 Liferay, Inc.. All rights reserved.