Class WebUtils

java.lang.Object
org.bardframework.commons.web.utils.WebUtils

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

    • WebUtils

      public WebUtils()
  • Method Details

    • fillResponse

      public static void fillResponse(jakarta.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