public class ServletHelpers extends Object
Constructor and Description |
---|
ServletHelpers() |
Modifier and Type | Method and Description |
---|---|
static List |
flatten(List list) |
static Set |
flatten(Set set) |
static String |
generateCsvString(Map xlData) |
static InputStream |
loadFile(String path) |
static Map |
populateErrorTableMapForXl(List listEntry) |
static Map |
populateTableMapForXl(List listEntry) |
static org.json.simple.JSONObject |
readObject(BufferedReader reader) |
static String |
removeNoisyString(Object value) |
public static org.json.simple.JSONObject readObject(BufferedReader reader) throws IOException
IOException
public static InputStream loadFile(String path)
Copyright © 2020 JBoss by Red Hat. All rights reserved.