Class EntityHttpServletRequest.EntityRequestDispatcher

  • All Implemented Interfaces:
    javax.servlet.RequestDispatcher
    Enclosing class:
    EntityHttpServletRequest

    public static class EntityHttpServletRequest.EntityRequestDispatcher
    extends Object
    implements javax.servlet.RequestDispatcher
    A non-functional request dispatcher, based on the spring mock version
    • Constructor Detail

      • EntityRequestDispatcher

        public EntityRequestDispatcher​(String url)
        Create a new EntityRequestDispatcher
        Parameters:
        url - the URL to dispatch to
    • Method Detail

      • forward

        public void forward​(javax.servlet.ServletRequest request,
                            javax.servlet.ServletResponse response)
        Specified by:
        forward in interface javax.servlet.RequestDispatcher
      • include

        public void include​(javax.servlet.ServletRequest request,
                            javax.servlet.ServletResponse response)
        Specified by:
        include in interface javax.servlet.RequestDispatcher
      • getEntityHttpServletResponse

        protected EntityHttpServletResponse getEntityHttpServletResponse​(javax.servlet.ServletResponse response)