|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.admingui.plugin.ConsoleConfig
public class ConsoleConfig
This class is configured via XML (i.e. a console-config.xml file).
This is done via the HK2 ConfigParser.
Each module that wishes to provide an integration with the GlassFish
admin console should provide a console-config.xml file
which provides all the IntegrationPoint information for the
module. Here is an example of what that file might look like:
Normally a console-config.xml file should exist at
"META-INF/admingui/console-config.xml" inside your module
jar file.
| Constructor Summary | |
|---|---|
ConsoleConfig()
|
|
| Method Summary | |
|---|---|
String |
getId()
A unique identifier for the ConsoleConfig instance. |
List<IntegrationPoint> |
getIntegrationPoints()
Accessor for the known Admin Console IntegrationPoints. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleConfig()
| Method Detail |
|---|
public List<IntegrationPoint> getIntegrationPoints()
Accessor for the known Admin Console
IntegrationPoints.
public String getId()
A unique identifier for the ConsoleConfig instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||