Package org.apache.nifi.web.server
Class JettyServer.ExtensionUiApp
java.lang.Object
org.eclipse.jetty.deploy.App
org.apache.nifi.web.server.JettyServer.ExtensionUiApp
- Enclosing class:
JettyServer
private static class JettyServer.ExtensionUiApp
extends org.eclipse.jetty.deploy.App
Extension of Jetty's
App class to allow use of an already created WebAppContext.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.jetty.ee10.webapp.WebAppContext -
Constructor Summary
ConstructorsConstructorDescriptionExtensionUiApp(org.eclipse.jetty.deploy.DeploymentManager manager, org.eclipse.jetty.deploy.AppProvider provider, Path path, org.eclipse.jetty.ee10.webapp.WebAppContext webAppContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.handler.ContextHandlerMethods inherited from class org.eclipse.jetty.deploy.App
getAppProvider, getDeploymentManager, getEnvironmentName, getPath, getProperties, toString
-
Field Details
-
webAppContext
private final org.eclipse.jetty.ee10.webapp.WebAppContext webAppContext
-
-
Constructor Details
-
ExtensionUiApp
public ExtensionUiApp(org.eclipse.jetty.deploy.DeploymentManager manager, org.eclipse.jetty.deploy.AppProvider provider, Path path, org.eclipse.jetty.ee10.webapp.WebAppContext webAppContext)
-
-
Method Details
-
getContextHandler
public org.eclipse.jetty.server.handler.ContextHandler getContextHandler()- Overrides:
getContextHandlerin classorg.eclipse.jetty.deploy.App
-
getContextPath
- Overrides:
getContextPathin classorg.eclipse.jetty.deploy.App
-