| Package | Description |
|---|---|
| org.exoplatform.web.application.javascript | |
| org.gatein.portal.controller.resource.script |
| Modifier and Type | Method and Description |
|---|---|
ScriptResource |
JavascriptConfigService.getResource(ResourceId resource) |
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
JavascriptConfigService.resolveIds(Map<ResourceId,FetchMode> ids) |
| Modifier and Type | Field and Description |
|---|---|
protected ScriptResource |
Module.resource
.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptResource |
ScriptGraph.addResource(ResourceId id) |
ScriptResource |
ScriptGraph.addResource(ResourceId id,
FetchMode fetchMode) |
ScriptResource |
ScriptGraph.addResource(ResourceId id,
FetchMode fetchMode,
String alias,
String groupName,
String contextPath)
Add a resource to the graph if available.
|
ScriptResource |
Module.getResource() |
ScriptResource |
ScriptGraph.getResource(ResourceId id) |
ScriptResource |
ScriptGraph.getResource(ResourceScope scope,
String name) |
ScriptResource |
ScriptGraph.removeResource(ResourceId id) |
ScriptResource |
ScriptGraph.removeResource(ResourceId id,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ScriptResource> |
ScriptGraph.getResources(ResourceScope scope) |
Map<ScriptResource,FetchMode> |
ScriptGraph.resolve(Map<ResourceId,FetchMode> pairs)
Resolve a collection of pair of resource id and fetch mode, each entry of the map will be processed in the order
specified by the iteration of the
Map.entrySet(). |
| Modifier and Type | Method and Description |
|---|---|
int |
ScriptResource.compareTo(ScriptResource o) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.