Interface IMockServiceInterfaceRenderResponse

    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Returns the title set by RenderResponse.setTitle(String).
        Returns:
        the title.
        Since:
        5.6.0
      • setLocale

        void setLocale​(java.util.Locale locale)
        Sets the locale returned by MimeResponse.getLocale().
        Parameters:
        locale - the locale.
        Since:
        5.6.0
      • getBeforeWriterOutput

        java.lang.String getBeforeWriterOutput()
                                        throws java.io.IOException
        Returns:
        the output as a string.
        Throws:
        java.io.IOException - if an error occur getting the writer.
        Since:
        5.6.0
      • getWriterOutput

        java.lang.String getWriterOutput()
                                  throws java.io.UnsupportedEncodingException
        Returns the output written to IServiceInterfaceRenderResponse.getWriter().
        Returns:
        the output as a string.
        Throws:
        java.io.UnsupportedEncodingException
        Since:
        5.6.0