Uses of Class
org.glassfish.jersey.model.internal.CommonConfig

Packages that use CommonConfig
org.glassfish.jersey.model.internal   
 

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

Subclasses of CommonConfig in org.glassfish.jersey.model.internal
 class ImmutableCommonConfig
          Immutable runtime configuration.
 

Methods in org.glassfish.jersey.model.internal that return CommonConfig
 CommonConfig CommonConfig.addProperties(Map<String,?> properties)
          Add properties to ResourceConfig.
 CommonConfig CommonConfig.property(String name, Object value)
           
 CommonConfig CommonConfig.register(Class<?> componentClass)
           
 CommonConfig CommonConfig.register(Class<?> componentClass, Class<?>... contracts)
           
 CommonConfig CommonConfig.register(Class<?> componentClass, int bindingPriority)
           
 CommonConfig ImmutableCommonConfig.register(Class<?> componentClass, Map<Class<?>,Integer> contracts)
           
 CommonConfig CommonConfig.register(Class<?> componentClass, Map<Class<?>,Integer> contracts)
           
 CommonConfig CommonConfig.register(Object component)
           
 CommonConfig CommonConfig.register(Object component, Class<?>... contracts)
           
 CommonConfig CommonConfig.register(Object component, int bindingPriority)
           
 CommonConfig ImmutableCommonConfig.register(Object component, Map<Class<?>,Integer> contracts)
           
 CommonConfig CommonConfig.register(Object component, Map<Class<?>,Integer> contracts)
           
 CommonConfig ImmutableCommonConfig.replaceWith(Configuration config)
           
 CommonConfig CommonConfig.replaceWith(Configuration config)
           
 CommonConfig CommonConfig.setProperties(Map<String,?> properties)
          Set the configured properties to the provided map of properties.
 

Constructors in org.glassfish.jersey.model.internal with parameters of type CommonConfig
CommonConfig(CommonConfig config)
          Copy constructor.
ImmutableCommonConfig(CommonConfig config)
          Create new immutable copy of the original runtime configuration.
ImmutableCommonConfig(CommonConfig config, String modificationErrorMessage)
          Create new immutable copy of the original runtime configuration with a custom modification error message.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.