@Contract @ConstrainedTo(value=SERVER) public interface Container
ApplicationHandler| Modifier and Type | Method and Description |
|---|---|
ResourceConfig |
getConfiguration()
Return an immutable representation of the current
configuration. |
void |
reload()
Reload the hosted Jersey application using the current
configuration. |
void |
reload(ResourceConfig configuration)
Reload the hosted Jersey application using a new
configuration. |
ResourceConfig getConfiguration()
configuration.void reload()
configuration.void reload(ResourceConfig configuration)
configuration.configuration - new configuration used for the reload.Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.