Uses of Interface
org.glassfish.jersey.ExtendedConfig

Packages that use ExtendedConfig
org.glassfish.jersey.model.internal   
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of ExtendedConfig in org.glassfish.jersey.model.internal
 

Classes in org.glassfish.jersey.model.internal that implement ExtendedConfig
 class CommonConfig
          Common immutable Configuration implementation for server and client.
 class ImmutableCommonConfig
          Immutable runtime configuration.
 

Methods in org.glassfish.jersey.model.internal that return ExtendedConfig
 ExtendedConfig CommonConfig.getConfiguration()
           
 

Uses of ExtendedConfig in org.glassfish.jersey.server
 

Subinterfaces of ExtendedConfig in org.glassfish.jersey.server
 interface ServerConfig
          TODO: javadoc.
 

Classes in org.glassfish.jersey.server that implement ExtendedConfig
 class ResourceConfig
          The resource configuration for configuring a web application.
 



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