| Package | Description |
|---|---|
| org.exoplatform.web.application | |
| org.gatein.portal.controller.resource | |
| org.gatein.portal.controller.resource.script |
| Modifier and Type | Method and Description |
|---|---|
void |
JavascriptManager.loadScriptResource(ResourceScope scope,
String name)
Register a Javascript resource that will be loaded in Rendering phase If mode is null, script will be loaded with mode
defined in gatein-resources.xml
|
| Modifier and Type | Method and Description |
|---|---|
ResourceScope |
ResourceId.getScope() |
static ResourceScope |
ResourceScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceScope[] |
ResourceScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ResourceId(ResourceScope scope,
String name) |
ResourceId(ResourceScope scope,
String name,
boolean isFullId) |
| Modifier and Type | Method and Description |
|---|---|
ScriptResource |
ScriptGraph.getResource(ResourceScope scope,
String name) |
Collection<ScriptResource> |
ScriptGraph.getResources(ResourceScope scope) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.