org.glassfish.jersey
Interface ExtendedConfig

All Superinterfaces:
Configuration
All Known Subinterfaces:
ServerConfig
All Known Implementing Classes:
CommonConfig, ImmutableCommonConfig, ResourceConfig

public interface ExtendedConfig
extends Configuration

Extended common runtime configuration.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 boolean isProperty(String name)
          Get the value of the property with a given name converted to boolean.
 
Methods inherited from interface javax.ws.rs.core.Configuration
getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
 

Method Detail

isProperty

boolean isProperty(String name)
Get the value of the property with a given name converted to boolean. Returns false if the value is not convertible.

Parameters:
name - property name.
Returns:
boolean property value or false if the property is not convertible.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.