| Package | Description |
|---|---|
| org.exoplatform.web.application | |
| org.exoplatform.web.application.javascript | |
| org.gatein.portal.controller.resource | |
| org.gatein.portal.controller.resource.script |
| Modifier and Type | Method and Description |
|---|---|
FetchMap<ResourceId> |
JavascriptManager.getScriptResources() |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceId |
Javascript.resource
.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceId |
ScriptResourceDescriptor.getId() |
ResourceId |
Javascript.getResource() |
ResourceId |
DependencyDescriptor.getResourceId() |
| Modifier and Type | Method and Description |
|---|---|
static Javascript |
Javascript.create(ResourceId resource,
String path,
String contextPath,
int priority) |
String |
JavascriptConfigService.generateURL(ControllerContext controllerContext,
ResourceId id,
boolean merge,
boolean minified,
Locale locale) |
ScriptResource |
JavascriptConfigService.getResource(ResourceId resource) |
Reader |
JavascriptConfigService.getScript(ResourceId resourceId,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
JavascriptConfigService.resolveIds(Map<ResourceId,FetchMode> ids) |
| Constructor and Description |
|---|
DependencyDescriptor(ResourceId resourceId) |
DependencyDescriptor(ResourceId resourceId,
String alias,
String pluginRS) |
Javascript.Local(ResourceId resource,
String contextPath,
Module.Local.Content[] contents,
String resourceBundle,
int priority) |
Javascript.Local(ResourceId resource,
String contextPath,
String path,
String resourceBundle,
int priority) |
Javascript.Remote(ResourceId resource,
String contextPath,
String uri,
int priority) |
ScriptResourceDescriptor(ResourceId id,
FetchMode fetchMode) |
ScriptResourceDescriptor(ResourceId id,
FetchMode fetchMode,
String alias,
String group) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceId |
Resource.id
.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceId |
ResourceScope.create(String name)
Returns a new
ResourceId scoped with this enum instance. |
ResourceId |
Resource.getId() |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceId> |
Resource.getDependencies() |
| Constructor and Description |
|---|
Resource(ResourceId id) |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceId> |
ScriptResource.getClosure() |
Set<ResourceId> |
ScriptGroup.getDependencies() |
Set<ResourceId> |
ScriptResource.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptResource.addDependency(ResourceId dependencyId) |
void |
ScriptResource.addDependency(ResourceId dependencyId,
String alias,
String pluginRS) |
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.
|
Set<ScriptResource.DepInfo> |
ScriptResource.getDepInfo(ResourceId id) |
ScriptResource |
ScriptGraph.getResource(ResourceId id) |
ScriptResource |
ScriptGraph.removeResource(ResourceId id) |
ScriptResource |
ScriptGraph.removeResource(ResourceId id,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
Map<ScriptResource,FetchMode> |
ScriptGraph.resolve(Map<ResourceId,FetchMode> pairs) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.