Uses of Class
org.glassfish.admingui.connector.IntegrationPoint
-
Packages that use IntegrationPoint Package Description org.glassfish.admingui.common.handlers org.glassfish.admingui.connector org.glassfish.admingui.plugin -
-
Uses of IntegrationPoint in org.glassfish.admingui.common.handlers
Methods in org.glassfish.admingui.common.handlers that return types with arguments of type IntegrationPoint Modifier and Type Method Description static List<IntegrationPoint>PluginHandlers. getIntegrationPoints(jakarta.faces.context.FacesContext context, String type)static Set<IntegrationPoint>PluginHandlers. getSortedIntegrationPoints(List<IntegrationPoint> points)This method sorts the givenIntegrationPoint's by parentId and then by priority.Methods in org.glassfish.admingui.common.handlers with parameters of type IntegrationPoint Modifier and Type Method Description static jakarta.faces.component.UIComponentPluginHandlers. getIntegrationPointParent(jakarta.faces.context.FacesContext ctx, jakarta.faces.component.UIComponent root, IntegrationPoint point)This method returns the parent for the content of the givenIntegrationPoint.static voidPluginHandlers. includeIntegrationPoint(jakarta.faces.context.FacesContext ctx, jakarta.faces.component.UIComponent parent, IntegrationPoint point)This method includes a singleIntegrationPointunder the given parentUIComponent.Method parameters in org.glassfish.admingui.common.handlers with type arguments of type IntegrationPoint Modifier and Type Method Description static Set<IntegrationPoint>PluginHandlers. getSortedIntegrationPoints(List<IntegrationPoint> points)This method sorts the givenIntegrationPoint's by parentId and then by priority.static voidPluginHandlers. includeIntegrationPoints(jakarta.faces.context.FacesContext ctx, jakarta.faces.component.UIComponent root, Set<IntegrationPoint> points) -
Uses of IntegrationPoint in org.glassfish.admingui.connector
Methods in org.glassfish.admingui.connector that return types with arguments of type IntegrationPoint Modifier and Type Method Description List<IntegrationPoint>ConsoleConfig. getIntegrationPoints()Accessor for the known Admin ConsoleIntegrationPoints. -
Uses of IntegrationPoint in org.glassfish.admingui.plugin
Methods in org.glassfish.admingui.plugin that return types with arguments of type IntegrationPoint Modifier and Type Method Description List<IntegrationPoint>ConsolePluginService. getIntegrationPoints(String type)This method returns theIntegrationPoints associated with the given type.Methods in org.glassfish.admingui.plugin with parameters of type IntegrationPoint Modifier and Type Method Description voidConsolePluginService. addIntegrationPoint(IntegrationPoint point, String id)This method allows a newIntegrationPointto be added to the knownIntegrationPoints.intIntegrationPointComparator. compare(IntegrationPoint ip1, IntegrationPoint ip2)This method compares twoIntegrationPoints.Method parameters in org.glassfish.admingui.plugin with type arguments of type IntegrationPoint Modifier and Type Method Description voidConsolePluginService. addIntegrationPoints(List<IntegrationPoint> points, String id)This method allows newIntegrationPoints to be added to the knownIntegrationPoints.
-