Uses of Interface
com.sun.jersey.api.core.Traceable

Packages that use Traceable
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.server.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Uses of Traceable in com.sun.jersey.api.core
 

Subinterfaces of Traceable in com.sun.jersey.api.core
 interface HttpContext
          A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
 interface HttpRequestContext
          An abstraction of a HTTP request.
 

Uses of Traceable in com.sun.jersey.server.impl
 

Classes in com.sun.jersey.server.impl that implement Traceable
 class ThreadLocalHttpContext
          Implementation of HttpContext using ThreadLocal to store HttpRequestContext and HttpResponseContext instances associated with threads.
 

Uses of Traceable in com.sun.jersey.server.impl.application
 

Classes in com.sun.jersey.server.impl.application that implement Traceable
 class WebApplicationContext
           
 class WebApplicationImpl
          A Web application that contains a set of resources, each referenced by an absolute URI template.
 

Uses of Traceable in com.sun.jersey.spi.container
 

Subinterfaces of Traceable in com.sun.jersey.spi.container
 interface WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container that implement Traceable
 class AdaptingContainerRequest
          An adapting in-bound HTTP request that may override the behaviour of ContainerRequest.
 class CachedEntityContainerRequest
          A cached entity in-bound HTTP request that caches the entity instance obtained from the adapted container request.
 class ContainerRequest
          An in-bound HTTP request to be processed by the web application.
 

Uses of Traceable in com.sun.jersey.spi.uri.rules
 

Subinterfaces of Traceable in com.sun.jersey.spi.uri.rules
 interface UriMatchResultContext
          The context for matching URI rules.
 interface UriRuleContext
          The context for processing URI rules.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.