public abstract class Javascript extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Javascript.Local |
static class |
Javascript.Remote |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextPath
.
|
protected int |
priority
.
|
protected ResourceId |
resource
.
|
| Modifier and Type | Method and Description |
|---|---|
static Javascript |
create(Module module) |
static Javascript |
create(ResourceId resource,
String path,
String contextPath,
int priority) |
String |
getContextPath() |
int |
getPriority() |
ResourceId |
getResource() |
abstract boolean |
isExternalScript() |
protected final ResourceId resource
protected final String contextPath
protected final int priority
public static Javascript create(ResourceId resource, String path, String contextPath, int priority)
public static Javascript create(Module module)
public ResourceId getResource()
public String getContextPath()
public int getPriority()
public abstract boolean isExternalScript()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.