|
||||||||||
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.ApplicationAdapter
public class ApplicationAdapter
An extension of DefaultResourceConfig
that adapts an instance
of Application
.
Field Summary |
---|
Constructor Summary | |
---|---|
ApplicationAdapter(javax.ws.rs.core.Application ac)
|
Method Summary |
---|
Methods inherited from class com.sun.jersey.api.core.DefaultResourceConfig |
---|
getClasses, getElements, getFeature, getFeatures, getLanguageMappings, getMediaTypeMappings, getProperties, getProperty, getSingletons, setPropertiesAndFeatures |
Methods inherited from class com.sun.jersey.api.core.ResourceConfig |
---|
getProviderClasses, getProviderSingletons, getRootResourceClasses, getRootResourceSingletons, isProviderClass, isRootResourceClass, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationAdapter(javax.ws.rs.core.Application ac)
ac
- the application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |