Class PayaraRestApiHandlers


  • public class PayaraRestApiHandlers
    extends Object
    Handler methods for the admingui cluster module.
    Author:
    AndrewPielage
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void getNodeNamesList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      Method that returns a List of names of the nodes within the domain, ignoring TEMP nodes
      static void getNodesList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      Method that returns a List of the nodes within the domain, ignoring TEMP nodes.
      static void getNodesListNavTree​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      Method that gets the nodes list for the navigation side bar, ignoring TEMP nodes.
    • Constructor Detail

      • PayaraRestApiHandlers

        public PayaraRestApiHandlers()
    • Method Detail

      • getNodesList

        public static void getNodesList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
        Method that returns a List of the nodes within the domain, ignoring TEMP nodes.
        Parameters:
        handlerCtx - The handler context
      • getNodesListNavTree

        public static void getNodesListNavTree​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
        Method that gets the nodes list for the navigation side bar, ignoring TEMP nodes.
        Parameters:
        handlerCtx - The handler context
      • getNodeNamesList

        public static void getNodeNamesList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
        Method that returns a List of names of the nodes within the domain, ignoring TEMP nodes
        Parameters:
        handlerCtx - The handler context