Package com.google.gerrit.httpd.restapi
Class ParameterParser
- java.lang.Object
-
- com.google.gerrit.httpd.restapi.ParameterParser
-
public class ParameterParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParameterParser.QueryParams
-
Field Summary
Fields Modifier and Type Field Description static String
EXPERIMENT_PARAMETER
static String
TRACE_PARAMETER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParameterParser.QueryParams
getQueryParams(javax.servlet.http.HttpServletRequest req)
-
-
-
Field Detail
-
TRACE_PARAMETER
public static final String TRACE_PARAMETER
- See Also:
- Constant Field Values
-
EXPERIMENT_PARAMETER
public static final String EXPERIMENT_PARAMETER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getQueryParams
public static ParameterParser.QueryParams getQueryParams(javax.servlet.http.HttpServletRequest req) throws BadRequestException
- Throws:
BadRequestException
-
-