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.loadFrom(Configuration config)
          Load the internal configuration state from an externally provided configuration state.
 CommonConfig ImmutableCommonConfig.loadFrom(Configuration config)
           
 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 CommonConfig.register(Class<?> componentClass, Map<Class<?>,Integer> contracts)
           
 CommonConfig ImmutableCommonConfig.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 CommonConfig.register(Object component, Map<Class<?>,Integer> contracts)
           
 CommonConfig ImmutableCommonConfig.register(Object component, Map<Class<?>,Integer> contracts)
           
 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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.