Class WebUtils
- java.lang.Object
-
- org.bardframework.commons.web.utils.WebUtils
-
public final class WebUtils extends Object
Created by Vahid Zafari on 6/10/2016.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringescapeString(String value)remove > < RLO from input string, escapeHtml4static voidfillResponse(javax.servlet.http.HttpServletResponse response, byte[] data, String contentType, String name)
-
-
-
Method Detail
-
fillResponse
public static void fillResponse(javax.servlet.http.HttpServletResponse response, byte[] data, String contentType, String name) throws IOException- Throws:
IOException
-
-