public abstract class Module extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.Local |
static class |
Module.Remote |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextPath
.
|
static ResourceBundle.Control |
CONTROL
.
|
protected int |
priority
.
|
protected ScriptResource |
resource
.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
int |
getPriority() |
ScriptResource |
getResource() |
abstract String |
getURI() |
abstract boolean |
isRemote() |
public static final ResourceBundle.Control CONTROL
protected ScriptResource resource
protected final String contextPath
protected int priority
public ScriptResource getResource()
public abstract boolean isRemote()
public abstract String getURI()
public String getContextPath()
public int getPriority()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.