Class DeploymentHandler
- java.lang.Object
-
- org.glassfish.admingui.common.handlers.DeploymentHandler
-
public class DeploymentHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetDeploymentDescriptor(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)static voidgetDeploymentDescriptorList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This method returns the deployment descriptors for a given app.static voidredeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler redeploy any applicationstatic voidundeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)This handler takes in selected rows, and do the undeployment
-
-
-
Method Detail
-
deploy
public static void deploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
-
redeploy
public static void redeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler redeploy any application
-
undeploy
public static void undeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler takes in selected rows, and do the undeployment
Input value: "selectedRows" -- Type:
java.util.ListInput value: "appType" -- Type:
String- Parameters:
handlerCtx- The HandlerContext.
-
getDeploymentDescriptorList
public static void getDeploymentDescriptorList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This method returns the deployment descriptors for a given app.
Output value: "descriptors" -- Type:
java.util.List/- Parameters:
handlerCtx- The HandlerContext.
-
getDeploymentDescriptor
public static void getDeploymentDescriptor(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
-
-