Class SlingRequestDispatcher

  • All Implemented Interfaces:
    javax.servlet.RequestDispatcher

    public class SlingRequestDispatcher
    extends Object
    implements javax.servlet.RequestDispatcher
    • Field Summary

      • Fields inherited from interface javax.servlet.RequestDispatcher

        ERROR_EXCEPTION, ERROR_EXCEPTION_TYPE, ERROR_MESSAGE, ERROR_REQUEST_URI, ERROR_SERVLET_NAME, ERROR_STATUS_CODE, FORWARD_CONTEXT_PATH, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH
    • Constructor Summary

      Constructors 
      Constructor Description
      SlingRequestDispatcher​(String path, org.apache.sling.api.request.RequestDispatcherOptions options)  
      SlingRequestDispatcher​(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.request.RequestDispatcherOptions options)  
    • Constructor Detail

      • SlingRequestDispatcher

        public SlingRequestDispatcher​(String path,
                                      org.apache.sling.api.request.RequestDispatcherOptions options)
      • SlingRequestDispatcher

        public SlingRequestDispatcher​(org.apache.sling.api.resource.Resource resource,
                                      org.apache.sling.api.request.RequestDispatcherOptions options)
    • Method Detail

      • include

        public void include​(javax.servlet.ServletRequest request,
                            javax.servlet.ServletResponse sResponse)
                     throws javax.servlet.ServletException,
                            IOException
        Specified by:
        include in interface javax.servlet.RequestDispatcher
        Throws:
        javax.servlet.ServletException
        IOException
      • forward

        public void forward​(javax.servlet.ServletRequest request,
                            javax.servlet.ServletResponse response)
                     throws javax.servlet.ServletException,
                            IOException
        Specified by:
        forward in interface javax.servlet.RequestDispatcher
        Throws:
        javax.servlet.ServletException
        IOException