com.sun.jersey.api.core
Class ApplicationAdapter

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by com.sun.jersey.api.core.ResourceConfig
          extended by com.sun.jersey.api.core.DefaultResourceConfig
              extended by com.sun.jersey.api.core.ApplicationAdapter

public class ApplicationAdapter
extends DefaultResourceConfig

An extension of DefaultResourceConfig that adapts an instance of Application.


Field Summary
 
Fields inherited from class com.sun.jersey.api.core.ResourceConfig
FEATURE_CANONICALIZE_URI_PATH, FEATURE_IMPLICIT_VIEWABLES, FEATURE_MATCH_MATRIX_PARAMS, FEATURE_NORMALIZE_URI, FEATURE_REDIRECT, PROPERTY_CONTAINER_NOTIFIER, PROPERTY_CONTAINER_REQUEST_FILTERS, PROPERTY_CONTAINER_RESPONSE_FILTERS, PROPERTY_DEFAULT_RESOURCE_COMPONENT_PROVIDER_FACTORY_CLASS, PROPERTY_WADL_GENERATOR_CONFIG
 
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

ApplicationAdapter

public ApplicationAdapter(javax.ws.rs.core.Application ac)
Parameters:
ac - the application


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.