Class WebUtils


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

      • fillResponse

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

        public static String escapeString​(String value)
        remove > < RLO from input string, escapeHtml4
        Returns:
        cleaned string