com.indeed.proctor.consumer.spring
Class ShowHandlerParamUtil

java.lang.Object
  extended by com.indeed.proctor.consumer.spring.ShowHandlerParamUtil

public class ShowHandlerParamUtil
extends Object

Author:
piotr

Constructor Summary
ShowHandlerParamUtil()
           
 
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
 

Constructor Detail

ShowHandlerParamUtil

public ShowHandlerParamUtil()
Method Detail

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.