Interface IOutputMethodListener


  • public interface IOutputMethodListener
    Interface to alert what type of output is being sent in a response.
    • Method Detail

      • notifyWriterRetrieved

        void notifyWriterRetrieved​(java.io.PrintWriter pw)
      • notifyOutputStreamRetrieved

        void notifyOutputStreamRetrieved​(javax.servlet.ServletOutputStream sos)