Class ApplicationHandlers


  • public class ApplicationHandlers
    extends Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void addToAppScopedResourcesTable​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void appScopedResourcesExist​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void changeAppRefStatus​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void changeAppTargets​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void changeTargetStatus​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void deleteLifecycle​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getApplicationTarget​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getApplicationType​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getConfigName​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getDeployedAppsInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      This handler returns the list of applications for populating the table.
      void getFirstDeploymentUrl​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext ctx)  
      static void getLifecyclesInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getSingleTargetAppsInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getSubComponents​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getTargetEnableInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getTargetEndpoint​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getTargetListInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      void getTargetURLList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void getVsForDeployment​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
      static void reloadApplication​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)  
    • Constructor Detail

      • ApplicationHandlers

        public ApplicationHandlers()
    • Method Detail

      • getDeployedAppsInfo

        public static void getDeployedAppsInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

        This handler returns the list of applications for populating the table.

        Input value: "serverName" -- Type: java.lang.String

        Parameters:
        handlerCtx - The HandlerContext.
      • getSubComponents

        public static void getSubComponents​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • addToAppScopedResourcesTable

        public static void addToAppScopedResourcesTable​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • appScopedResourcesExist

        public static void appScopedResourcesExist​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getLifecyclesInfo

        public static void getLifecyclesInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • deleteLifecycle

        public static void deleteLifecycle​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getTargetEndpoint

        public static void getTargetEndpoint​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getConfigName

        public static void getConfigName​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getApplicationTarget

        public static void getApplicationTarget​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • changeTargetStatus

        public static void changeTargetStatus​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • changeAppRefStatus

        public static void changeAppRefStatus​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • changeAppTargets

        public static void changeAppTargets​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • reloadApplication

        public static void reloadApplication​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getTargetEnableInfo

        public static void getTargetEnableInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getVsForDeployment

        public static void getVsForDeployment​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getTargetListInfo

        public static void getTargetListInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getSingleTargetAppsInfo

        public static void getSingleTargetAppsInfo​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getFirstDeploymentUrl

        public void getFirstDeploymentUrl​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext ctx)
      • getTargetURLList

        public void getTargetURLList​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
      • getApplicationType

        public static void getApplicationType​(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)