Uses of Class
org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
-
Packages that use ServerInstanceWrapper Package Description org.eclipse.jetty.osgi.boot -
-
Uses of ServerInstanceWrapper in org.eclipse.jetty.osgi.boot
Methods in org.eclipse.jetty.osgi.boot that return ServerInstanceWrapper Modifier and Type Method Description ServerInstanceWrapper
AbstractContextProvider. getServerInstanceWrapper()
ServerInstanceWrapper
AbstractWebAppProvider. getServerInstanceWrapper()
Methods in org.eclipse.jetty.osgi.boot with parameters of type ServerInstanceWrapper Modifier and Type Method Description void
AbstractWebAppProvider. setServerInstanceWrapper(ServerInstanceWrapper wrapper)
Constructors in org.eclipse.jetty.osgi.boot with parameters of type ServerInstanceWrapper Constructor Description AbstractContextProvider(ServerInstanceWrapper wrapper)
AbstractWebAppProvider(ServerInstanceWrapper wrapper)
BundleContextProvider(ServerInstanceWrapper wrapper)
BundleWebAppProvider(ServerInstanceWrapper wrapper)
OSGiDeployer(ServerInstanceWrapper server)
OSGiUndeployer(ServerInstanceWrapper server)
ServiceContextProvider(ServerInstanceWrapper wrapper)
ServiceWebAppProvider(ServerInstanceWrapper wrapper)
-