Uses of Class
org.eclipse.jetty.deploy.App
-
Packages that use App Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.bindings Jetty Deploy : Standard Deployment Bindingsorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.osgi.boot -
-
Uses of App in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return App Modifier and Type Method Description AppDeploymentManager.AppEntry. getApp()AppDeploymentManager. getAppByOriginId(java.lang.String originId)Methods in org.eclipse.jetty.deploy that return types with arguments of type App Modifier and Type Method Description java.util.Collection<App>DeploymentManager. getApps()java.util.Collection<App>DeploymentManager. getApps(java.lang.String nodeName)java.util.Collection<App>DeploymentManager. getApps(Node node)java.util.List<App>DeploymentManager. getAppsWithSameContext(App app)Methods in org.eclipse.jetty.deploy with parameters of type App Modifier and Type Method Description voidDeploymentManager. addApp(App app)Receive an app for processing.ContextHandlerAppProvider. createContextHandler(App app)Create a ContextHandler for an Appjava.util.List<App>DeploymentManager. getAppsWithSameContext(App app)voidAppLifeCycle.Binding. processBinding(Node node, App app)Event called to process aAppLifeCyclebinding.voidDeploymentManager. removeApp(App app)Remove the app from the tracking of the DeploymentManagervoidDeploymentManager. requestAppGoal(App app, java.lang.String nodeName)Move anAppthrough theAppLifeCycleto the desiredNode, executing each lifecycle step in the process to reach the desired state.voidAppLifeCycle. runBindings(Node node, App app, DeploymentManager deploymentManager) -
Uses of App in org.eclipse.jetty.deploy.bindings
Methods in org.eclipse.jetty.deploy.bindings with parameters of type App Modifier and Type Method Description voidDebugBinding. processBinding(Node node, App app)voidDebugListenerBinding. processBinding(Node node, App app)voidGlobalWebappConfigBinding. processBinding(Node node, App app)voidOrderedGroupBinding. processBinding(Node node, App app)voidStandardDeployer. processBinding(Node node, App app)voidStandardStarter. processBinding(Node node, App app)voidStandardStopper. processBinding(Node node, App app)voidStandardUndeployer. processBinding(Node node, App app) -
Uses of App in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers that return App Modifier and Type Method Description protected AppScanningAppProvider. createApp(java.lang.String filename)Called by the Scanner.DiscreteListener to create a new App object.Methods in org.eclipse.jetty.deploy.providers that return types with arguments of type App Modifier and Type Method Description protected java.util.Map<java.lang.String,App>ScanningAppProvider. getDeployedApps()Methods in org.eclipse.jetty.deploy.providers with parameters of type App Modifier and Type Method Description ContextHandlerWebAppProvider. createContextHandler(App app) -
Uses of App in org.eclipse.jetty.osgi.boot
Subclasses of App in org.eclipse.jetty.osgi.boot Modifier and Type Class Description classAbstractContextProvider.OSGiAppOSGiAppclassAbstractOSGiAppAbstractOSGiApp Base class representing info about a webapp/ContextHandler that is deployed into Jetty.classAbstractWebAppProvider.OSGiAppOSGiApp Represents a deployable webapp.classServiceContextProvider.ServiceAppServiceAppclassServiceWebAppProvider.ServiceAppServiceAppMethods in org.eclipse.jetty.osgi.boot with parameters of type App Modifier and Type Method Description ContextHandlerAbstractContextProvider. createContextHandler(App app)ContextHandlerAbstractWebAppProvider. createContextHandler(App app)protected voidOSGiDeployer. doProcessBinding(Node node, App app)voidOSGiDeployer. processBinding(Node node, App app)voidOSGiUndeployer. processBinding(Node node, App app)
-