|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
CommonConfig |
CommonConfig.setProperty(String name,
Object value)
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||