@Secured(value="FN_NOT_ALLOWED") public abstract class HerdBaseController extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
HerdBaseController() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getList(DelimitedFieldValues delimitedFieldValues)
Gets the given delimited field values as a list.
|
void |
validateNoDuplicateQueryStringParams(Map<String,String[]> parameterMap,
String... parametersToCheck)
Validates that the query string parameters aren't duplicated for a list of expected parameters.
|
protected List<String> getList(DelimitedFieldValues delimitedFieldValues)
delimitedFieldValues - Delimited field valuespublic void validateNoDuplicateQueryStringParams(Map<String,String[]> parameterMap, String... parametersToCheck) throws IllegalArgumentException
parameterMap - the query string parameter map.parametersToCheck - the query string parameters to check.IllegalArgumentException - if any duplicates were found.Copyright © 2017. All rights reserved.