Class ApplicationHandlers
- java.lang.Object
-
- org.glassfish.admingui.common.handlers.ApplicationHandlers
-
public class ApplicationHandlers extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationHandlers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddToAppScopedResourcesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidappScopedResourcesExist(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidchangeAppTargets(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidchangeTargetStatus(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voiddeleteLifecycle(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetApplicationTarget(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetApplicationType(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)Get the application type for the specified appName.static voidgetConfigName(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetDeployedAppsInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler returns the list of applications for populating the table.static voidgetLifecyclesInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetSingleTargetAppsInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler is called for populating the application table in the cluster or instance Application tab.static voidgetSubComponents(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetTargetEnableInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetTargetEndpoint(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetTargetListInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)voidgetTargetURLList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetVsForDeployment(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidreloadApplication(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
-
-
-
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)
-
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)
This handler is called for populating the application table in the cluster or instance Application tab.
-
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)
Get the application type for the specified appName. If there isComposite property is true, the appType will be returned as 'ear' Otherwise, depends on the sniffer engine
-
-