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

    Fields
    Modifier and Type
    Field
    Description
    private final org.eclipse.jetty.ee10.webapp.WebAppContext
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExtensionUiApp(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 Type
    Method
    Description
    org.eclipse.jetty.server.handler.ContextHandler
     
     

    Methods inherited from class org.eclipse.jetty.deploy.App

    getAppProvider, getDeploymentManager, getEnvironmentName, getPath, getProperties, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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:
      getContextHandler in class org.eclipse.jetty.deploy.App
    • getContextPath

      public String getContextPath()
      Overrides:
      getContextPath in class org.eclipse.jetty.deploy.App