Uses of Interface
org.apache.sling.api.request.RequestPathInfo

Packages that use RequestPathInfo
org.apache.sling.api   
org.apache.sling.api.wrappers   
org.apache.sling.commons.testing.sling   
org.apache.sling.engine.impl   
org.apache.sling.engine.impl.request   
 

Uses of RequestPathInfo in org.apache.sling.api
 

Methods in org.apache.sling.api that return RequestPathInfo
 RequestPathInfo SlingHttpServletRequest.getRequestPathInfo()
          Returns the RequestPathInfo pertaining to this request.
 

Uses of RequestPathInfo in org.apache.sling.api.wrappers
 

Methods in org.apache.sling.api.wrappers that return RequestPathInfo
 RequestPathInfo SlingHttpServletRequestWrapper.getRequestPathInfo()
           
 

Uses of RequestPathInfo in org.apache.sling.commons.testing.sling
 

Methods in org.apache.sling.commons.testing.sling that return RequestPathInfo
 RequestPathInfo MockSlingHttpServletRequest.getRequestPathInfo()
           
 

Uses of RequestPathInfo in org.apache.sling.engine.impl
 

Methods in org.apache.sling.engine.impl that return RequestPathInfo
 RequestPathInfo SlingHttpServletRequestImpl.getRequestPathInfo()
           
 

Methods in org.apache.sling.engine.impl with parameters of type RequestPathInfo
 void SlingRequestProcessorImpl.dispatchRequest(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, Resource resource, RequestPathInfo resolvedURL, boolean include)
          Dispatches the request on behalf of the SlingRequestDispatcher.
 

Uses of RequestPathInfo in org.apache.sling.engine.impl.request
 

Classes in org.apache.sling.engine.impl.request that implement RequestPathInfo
 class SlingRequestPathInfo
          Sling request URI parser that provides SlingRequestPathInfo for the current request, based on the path of the Resource.
 

Methods in org.apache.sling.engine.impl.request that return RequestPathInfo
 RequestPathInfo ContentData.getRequestPathInfo()
           
 

Methods in org.apache.sling.engine.impl.request with parameters of type RequestPathInfo
 SlingRequestPathInfo SlingRequestPathInfo.merge(RequestPathInfo baseInfo)
           
 ContentData RequestData.pushContent(Resource resource, RequestPathInfo requestPathInfo)
           
 

Constructors in org.apache.sling.engine.impl.request with parameters of type RequestPathInfo
ContentData(Resource resource, RequestPathInfo requestPathInfo, BufferProvider parent)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.