|
||||||||||
| 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(java.util.Map<java.lang.String,?> properties)
Add properties to ResourceConfig. |
CommonConfig |
ImmutableCommonConfig.loadFrom(Configuration config)
|
CommonConfig |
CommonConfig.loadFrom(Configuration config)
Load the internal configuration state from an externally provided configuration state. |
CommonConfig |
CommonConfig.property(java.lang.String name,
java.lang.Object value)
|
CommonConfig |
CommonConfig.register(java.lang.Class<?> componentClass)
|
CommonConfig |
CommonConfig.register(java.lang.Class<?> componentClass,
java.lang.Class<?>... contracts)
|
CommonConfig |
CommonConfig.register(java.lang.Class<?> componentClass,
int bindingPriority)
|
CommonConfig |
ImmutableCommonConfig.register(java.lang.Class<?> componentClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts)
|
CommonConfig |
CommonConfig.register(java.lang.Class<?> componentClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts)
|
CommonConfig |
CommonConfig.register(java.lang.Object component)
|
CommonConfig |
CommonConfig.register(java.lang.Object component,
java.lang.Class<?>... contracts)
|
CommonConfig |
CommonConfig.register(java.lang.Object component,
int bindingPriority)
|
CommonConfig |
ImmutableCommonConfig.register(java.lang.Object component,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts)
|
CommonConfig |
CommonConfig.register(java.lang.Object component,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts)
|
CommonConfig |
CommonConfig.setProperties(java.util.Map<java.lang.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,
java.lang.String modificationErrorMessage)
Create new immutable copy of the original runtime configuration with a custom modification error message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||