Uses of Class
org.apache.sling.api.request.RequestDispatcherOptions

Packages that use RequestDispatcherOptions
org.apache.sling.api   
org.apache.sling.api.scripting   
org.apache.sling.api.wrappers   
org.apache.sling.commons.testing.sling   
org.apache.sling.scripting.core   
 

Uses of RequestDispatcherOptions in org.apache.sling.api
 

Methods in org.apache.sling.api with parameters of type RequestDispatcherOptions
 javax.servlet.RequestDispatcher SlingHttpServletRequest.getRequestDispatcher(Resource resource, RequestDispatcherOptions options)
          Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given resource.
 javax.servlet.RequestDispatcher SlingHttpServletRequest.getRequestDispatcher(java.lang.String path, RequestDispatcherOptions options)
          Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
 

Uses of RequestDispatcherOptions in org.apache.sling.api.scripting
 

Methods in org.apache.sling.api.scripting with parameters of type RequestDispatcherOptions
 void SlingScriptHelper.forward(java.lang.String path, RequestDispatcherOptions options)
          Helper method to forward the request to a Servlet or script for the given path and options.
 void SlingScriptHelper.include(java.lang.String path, RequestDispatcherOptions options)
          Helper method to include the result of processing the request for the given path and options.
 

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

Methods in org.apache.sling.api.wrappers with parameters of type RequestDispatcherOptions
 javax.servlet.RequestDispatcher SlingHttpServletRequestWrapper.getRequestDispatcher(Resource resource, RequestDispatcherOptions options)
           
 javax.servlet.RequestDispatcher SlingHttpServletRequestWrapper.getRequestDispatcher(java.lang.String path, RequestDispatcherOptions options)
           
 

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

Methods in org.apache.sling.commons.testing.sling with parameters of type RequestDispatcherOptions
 javax.servlet.RequestDispatcher MockSlingHttpServletRequest.getRequestDispatcher(Resource resource, RequestDispatcherOptions options)
           
 javax.servlet.RequestDispatcher MockSlingHttpServletRequest.getRequestDispatcher(java.lang.String path, RequestDispatcherOptions options)
           
 

Uses of RequestDispatcherOptions in org.apache.sling.scripting.core
 

Methods in org.apache.sling.scripting.core with parameters of type RequestDispatcherOptions
 void ScriptHelper.forward(java.lang.String path, RequestDispatcherOptions options)
          Forward the request to another resource, using specified options
 void ScriptHelper.include(java.lang.String path, RequestDispatcherOptions options)
          Include the output of another request, using specified options
 



Copyright © 2007-2009. All Rights Reserved.