org.glassfish.jersey.server.spi
Interface PropertiesProvider


public interface PropertiesProvider

Provides application properties. A custom JAX-RS Application sub-class can implement this interface to set application-level properties.

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Method Summary
 Map<String,Object> getProperties()
          Returns immutable map of application-level properties.
 

Method Detail

getProperties

Map<String,Object> getProperties()
Returns immutable map of application-level properties.

Returns:
application property map.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.