org.glassfish.jersey.server
Interface ServerConfig

All Superinterfaces:
Configuration, ExtendedConfig
All Known Implementing Classes:
ResourceConfig

public interface ServerConfig
extends ExtendedConfig

TODO: javadoc.

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

Method Summary
 Set<Resource> getResources()
          Get programmatically modeled resources.
 
Methods inherited from interface org.glassfish.jersey.ExtendedConfig
isProperty
 
Methods inherited from interface javax.ws.rs.core.Configuration
getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
 

Method Detail

getResources

Set<Resource> getResources()
Get programmatically modeled resources.

Returns:
programmatically modeled resources.


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