Class WebUtils


  • public final class WebUtils
    extends Object
    Created by Vahid Zafari on 6/10/2016.
    • Constructor Detail

      • WebUtils

        public WebUtils()
    • Method Detail

      • fillResponse

        public static void fillResponse​(javax.servlet.http.HttpServletResponse response,
                                        byte[] data,
                                        String contentType,
                                        String name)
                                 throws IOException
        Throws:
        IOException