Package com.sun.jersey.api.core

Provides support for configuration.

See:
          Description

Interface Summary
ExtendedUriInfo Extentions to UriInfo.
HttpContext A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpRequestContext An abstraction of a HTTP request.
HttpResponseContext An abstraction of a HTTP response.
ResourceContext The resource context provides access to instances of root resource classes.
 

Class Summary
ApplicationAdapter An extension of DefaultResourceConfig that adapts an instance of Application.
ClasspathResourceConfig A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the files and directories declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
DefaultResourceConfig A mutable implementation of ResourceConfig that declares default values for features.
PackagesResourceConfig A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in a given a set of declared package and in all (if any) sub-packages of those declared packages.
ResourceConfig The resource configuration for configuring a web application.
 

Package com.sun.jersey.api.core Description

Provides support for configuration.



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