public class ResourceConfig
extends org.glassfish.jersey.server.ResourceConfig
| Constructor and Description |
|---|
ResourceConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerFilters()
Register the built-in filters.
|
addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setPropertiespublic ResourceConfig()
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
ClassNotFoundException - if a class was not found when attempting to load itInstantiationException - if a class was not able to be instantiatedIllegalAccessException - if there was a problem accessing something due to security restrictionsCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.