Uses of Interface
javax.ws.rs.core.Request

Packages that use Request
javax.ws.rs.container Container-specific JAX-RS API. 
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.specimpl   
 

Uses of Request in javax.ws.rs.container
 

Methods in javax.ws.rs.container that return Request
 Request ContainerRequestContext.getRequest()
          Get the injectable request information.
 

Uses of Request in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception that return Request
 Request PreMatchContainerRequestContext.getRequest()
           
 

Uses of Request in org.jboss.resteasy.plugins.cache.server
 

Fields in org.jboss.resteasy.plugins.cache.server declared as Request
protected  Request ServerCacheInterceptor.validation
           
protected  Request ServerCacheHitFilter.validation
           
 

Uses of Request in org.jboss.resteasy.specimpl
 

Classes in org.jboss.resteasy.specimpl that implement Request
 class RequestImpl
           
 



Copyright © 2012. All Rights Reserved.