Uses of Class
org.glassfish.jersey.server.ApplicationHandler

Packages that use ApplicationHandler
org.glassfish.jersey.server.internal Jersey server-side internal classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of ApplicationHandler in org.glassfish.jersey.server.internal
 

Methods in org.glassfish.jersey.server.internal with parameters of type ApplicationHandler
static ContainerLifecycleListener ConfigHelper.getContainerLifecycleListener(ApplicationHandler applicationHandler)
          Provides a single ContainerLifecycleListener instance based on the application configuration.
 

Uses of ApplicationHandler in org.glassfish.jersey.server.spi
 

Methods in org.glassfish.jersey.server.spi with parameters of type ApplicationHandler
<T> T
ContainerProvider.createContainer(Class<T> type, ApplicationHandler appHandler)
          Create an container of a given type.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.