| Package | Description |
|---|---|
| org.exoplatform.web.application.javascript | |
| org.gatein.portal.controller.resource.script |
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
JavascriptConfigService.resolveIds(Map<ResourceId,FetchMode> ids) |
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
JavascriptConfigService.resolveIds(Map<ResourceId,FetchMode> ids) |
| Constructor and Description |
|---|
ScriptResourceDescriptor(ResourceId id,
FetchMode fetchMode) |
ScriptResourceDescriptor(ResourceId id,
FetchMode fetchMode,
String alias,
String group) |
| Modifier and Type | Method and Description |
|---|---|
static FetchMode |
FetchMode.decode(String value) |
FetchMode |
ScriptResource.getFetchMode() |
static FetchMode |
FetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchMode[] |
FetchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
ScriptGraph.resolve(Map<ResourceId,FetchMode> pairs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FetchMap.add(E element,
FetchMode mode) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FetchMap.addAll(Map<E,FetchMode> m) |
Map<ScriptResource,FetchMode> |
ScriptGraph.resolve(Map<ResourceId,FetchMode> pairs) |
| Constructor and Description |
|---|
FetchMap(Map<? extends E,? extends FetchMode> m) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.