Class FilterUtils
- java.lang.Object
-
- com.vmware.vipclient.i18n.filters.FilterUtils
-
public class FilterUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetParamFromQuery(String queryStr, String paramName)static StringgetParamFromQuery(javax.servlet.ServletRequest request, String paramName)static StringgetParamFromURI(String uri, String paramName)static StringgetParamFromURI(javax.servlet.ServletRequest request, String paramName)static StringgetSourceFromBody(javax.servlet.ServletRequest request)static voidprintErrorMsg(javax.servlet.ServletResponse response, String errorMsg)
-
-
-
Method Detail
-
getParamFromURI
public static String getParamFromURI(javax.servlet.ServletRequest request, String paramName)
-
getParamFromQuery
public static String getParamFromQuery(javax.servlet.ServletRequest request, String paramName)
-
getSourceFromBody
public static String getSourceFromBody(javax.servlet.ServletRequest request)
-
printErrorMsg
public static void printErrorMsg(javax.servlet.ServletResponse response, String errorMsg) throws IOException- Throws:
IOException
-
-