| Package | Description |
|---|---|
| org.glassfish.admingui.common.handlers | |
| org.glassfish.admingui.connector | |
| org.glassfish.admingui.plugin |
| Modifier and Type | Method and Description |
|---|---|
static List<IntegrationPoint> |
PluginHandlers.getIntegrationPoints(javax.faces.context.FacesContext context,
String type) |
static Set<IntegrationPoint> |
PluginHandlers.getSortedIntegrationPoints(List<IntegrationPoint> points)
This method sorts the given
IntegrationPoint's by parentId
and then by priority. |
| Modifier and Type | Method and Description |
|---|---|
static javax.faces.component.UIComponent |
PluginHandlers.getIntegrationPointParent(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent root,
IntegrationPoint point)
This method returns the parent for the content of the given
IntegrationPoint. |
static void |
PluginHandlers.includeIntegrationPoint(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent parent,
IntegrationPoint point)
This method includes a single
IntegrationPoint under the
given parent UIComponent. |
| Modifier and Type | Method and Description |
|---|---|
static Set<IntegrationPoint> |
PluginHandlers.getSortedIntegrationPoints(List<IntegrationPoint> points)
This method sorts the given
IntegrationPoint's by parentId
and then by priority. |
static void |
PluginHandlers.includeIntegrationPoints(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent root,
Set<IntegrationPoint> points) |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationPoint> |
ConsoleConfig.getIntegrationPoints()
Accessor for the known Admin Console
IntegrationPoints. |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationPoint> |
ConsolePluginService.getIntegrationPoints(String type)
This method returns the
IntegrationPoints associated with
the given type. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsolePluginService.addIntegrationPoint(IntegrationPoint point,
String id)
This method allows a new
IntegrationPoint to be added to
the known IntegrationPoints. |
int |
IntegrationPointComparator.compare(IntegrationPoint ip1,
IntegrationPoint ip2)
This method compares two
IntegrationPoints. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsolePluginService.addIntegrationPoints(List<IntegrationPoint> points,
String id)
This method allows new
IntegrationPoints to be added to
the known IntegrationPoints. |
Copyright © 2019. All rights reserved.