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.
ResourceConfigurator A provider to be utilized when configuration of ResourceConfig is required.
ResourceContext The resource context provides access to instances of resource classes.
Traceable Traceable support for checking if tracing is enabled and to add trace messages.
TraceInformation.TraceHeaderListener  
 

Class Summary
ApplicationAdapter An extension of DefaultResourceConfig that adapts an instance of Application.
ClassNamesResourceConfig A mutable implementation of DefaultResourceConfig that explicitly declares for root resource and provider classes.
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.
ScanningResourceConfig A resource configuration that performs scanning to find root resource and provider classes.
TraceInformation  
WebAppResourceConfig A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the Web application resource paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
 

Annotation Types Summary
InjectParam Used to annotate fields, methods or parameters that shall be injected with instances obtained from Jersey or registered IoC component provider factories that provide support for Guice, Spring or CDI.
ParentRef Used to annotate fields or parameters that shall be injected with parent resource class instances or instances obtained from registered IoC component provider factories (if any).
 

Package com.sun.jersey.api.core Description

Provides support for configuration.



Copyright © 2010 Oracle Corporation. All Rights Reserved.