|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface ConsoleProvider
This interface exists to provide a marker for locating modules which
provide GUI features to be displayed in the GlassFish admin console.
The getConfiguration() method should either return (null), or
a URL to the console-config.xml file.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_CONFIG_FILENAME
The default location of the console-config.xml. |
| Method Summary | |
|---|---|
java.net.URL |
getConfiguration()
Returns a URL to the console-config.xml
file, or null. |
| Field Detail |
|---|
static final java.lang.String DEFAULT_CONFIG_FILENAME
The default location of the console-config.xml.
| Method Detail |
|---|
java.net.URL getConfiguration()
Returns a URL to the console-config.xml
file, or null. If null is returned, the
default (DEFAULT_CONFIG_FILENAME) will be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||