Uses of Interface
org.apache.abdera.protocol.Request

Packages that use Request
org.apache.abdera.protocol   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.servlet   
org.apache.abdera.protocol.util   
 

Uses of Request in org.apache.abdera.protocol
 

Methods in org.apache.abdera.protocol with parameters of type Request
 T ItemManager.get(Request request)
          Get an item based on the specified request
 T Resolver.resolve(Request request)
           
 

Uses of Request in org.apache.abdera.protocol.client
 

Classes in org.apache.abdera.protocol.client that implement Request
 class RequestOptions
          The RequestOptions class allows a variety of options affecting the execution of the request to be modified.
 

Uses of Request in org.apache.abdera.protocol.server
 

Subinterfaces of Request in org.apache.abdera.protocol.server
 interface RequestContext
          The RequestContext provides access to every detail of the Request.
 

Uses of Request in org.apache.abdera.protocol.server.adapters.jcr
 

Methods in org.apache.abdera.protocol.server.adapters.jcr with parameters of type Request
 javax.jcr.Session SessionPoolManager.get(Request request)
           
 

Uses of Request in org.apache.abdera.protocol.server.context
 

Classes in org.apache.abdera.protocol.server.context that implement Request
 class AbstractRequestContext
           
 class RequestContextWrapper
           
 

Uses of Request in org.apache.abdera.protocol.server.servlet
 

Classes in org.apache.abdera.protocol.server.servlet that implement Request
 class ServletRequestContext
           
 

Uses of Request in org.apache.abdera.protocol.util
 

Classes in org.apache.abdera.protocol.util that implement Request
 class AbstractRequest
           
 

Methods in org.apache.abdera.protocol.util with parameters of type Request
 T AbstractItemManager.get(Request request)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.