public interface ApplicationConfiguration
Service that allows configuration of the JAX-RS Application. Multiple registrations will be tracked.
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getProperties()
Will be called before the JAX-RS
Application is registered. |
Map<String,Object> getProperties()
Will be called before the JAX-RS Application is registered. Please note that
one ApplicationConfiguration can overwrite the values of other ApplicationConfigurations. It
depends on the order they are available in the OSGi container.
Application#getProperties()Copyright © 2016. All rights reserved.