|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.core.Application
com.sun.jersey.api.core.ResourceConfig
com.sun.jersey.api.core.DefaultResourceConfig
com.sun.jersey.api.core.ScanningResourceConfig
public class ScanningResourceConfig
A resource configuration that performs scanning to find root resource and provider classes.
| Field Summary |
|---|
| Fields inherited from interface com.sun.jersey.core.util.FeaturesAndProperties |
|---|
FEATURE_DISABLE_XML_SECURITY, FEATURE_FORMATTED, FEATURE_PRE_1_4_PROVIDER_PRECEDENCE, FEATURE_XMLROOTELEMENT_PROCESSING |
| Constructor Summary | |
|---|---|
ScanningResourceConfig()
|
|
| Method Summary | |
|---|---|
void |
init(Scanner scanner)
Initialize and scan for root resource and provider classes using a scanner. |
void |
onReload()
Perform a new search for resource classes and provider classes. |
void |
reload()
Deprecated. |
| Methods inherited from class com.sun.jersey.api.core.DefaultResourceConfig |
|---|
getClasses, getExplicitRootResources, getFeature, getFeatures, getLanguageMappings, getMediaTypeMappings, getProperties, getProperty, getSingletons |
| Methods inherited from class com.sun.jersey.api.core.ResourceConfig |
|---|
add, clone, getContainerRequestFilters, getContainerResponseFilters, getElements, getElements, getProviderClasses, getProviderSingletons, getResourceFilterFactories, getRootResourceClasses, getRootResourceSingletons, isProviderClass, isRootResourceClass, setPropertiesAndFeatures, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScanningResourceConfig()
| Method Detail |
|---|
public void init(Scanner scanner)
scanner - the scanner.@Deprecated public void reload()
public void onReload()
onReload in interface ReloadListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||