com.indeed.proctor.consumer.spring
Class ShowHandlerParamUtil
java.lang.Object
com.indeed.proctor.consumer.spring.ShowHandlerParamUtil
public class ShowHandlerParamUtil
- extends Object
- Author:
- piotr
|
Method Summary |
static Collection<String> |
getTestQueryParameters(javax.servlet.http.HttpServletRequest request)
Returns collection of test names that are comma-separated in the request's query parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowHandlerParamUtil
public ShowHandlerParamUtil()
getTestQueryParameters
public static Collection<String> getTestQueryParameters(javax.servlet.http.HttpServletRequest request)
- Returns collection of test names that are comma-separated in the request's query parameter.
Returns null if there was no query parameter.
Ex: ?test=bgcolortst,example2 -> ['bgcolortst, example2']
Copyright © 2014. All Rights Reserved.