Interface IServletResponseWrapper


public interface IServletResponseWrapper
Simple interface to allowing retrieving of a wrapped response object without all the extra methods specified in the Servlet Specification
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.ServletResponse
     
  • Method Details

    • getWrappedResponse

      javax.servlet.ServletResponse getWrappedResponse()