@Deprecated public final class KvpHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkParameterBooleanValue(String value,
String name)
Deprecated.
|
static void |
checkParameterMultipleValues(List<String> values,
String name)
Deprecated.
|
static List<String> |
checkParameterMultipleValues(String values,
Enum<?> name)
Deprecated.
|
static List<String> |
checkParameterMultipleValues(String values,
String name)
Deprecated.
|
static URI |
checkParameterSingleURI(String values,
String name)
Deprecated.
|
static String |
checkParameterSingleValue(String value,
Enum<?> name)
Deprecated.
|
static String |
checkParameterSingleValue(String value,
String name)
Deprecated.
|
static void |
checkParameterValue(String value,
Enum<?> name)
Deprecated.
|
static void |
checkParameterValue(String value,
String name)
Deprecated.
|
static void |
checkRequestParameter(String value)
Deprecated.
use injection to get the
RequestOperatorRepository. |
static String |
getParameterValue(Enum<?> name,
Map<String,String> map)
Deprecated.
|
public static String checkParameterSingleValue(String value, String name) throws OwsExceptionReport
OwsExceptionReportpublic static String checkParameterSingleValue(String value, Enum<?> name) throws OwsExceptionReport
OwsExceptionReportpublic static URI checkParameterSingleURI(String values, String name) throws OwsExceptionReport
OwsExceptionReportpublic static boolean checkParameterBooleanValue(String value, String name) throws OwsExceptionReport
OwsExceptionReportpublic static List<String> checkParameterMultipleValues(String values, String name) throws OwsExceptionReport
OwsExceptionReportpublic static List<String> checkParameterMultipleValues(String values, Enum<?> name) throws OwsExceptionReport
OwsExceptionReportpublic static void checkParameterMultipleValues(List<String> values, String name) throws OwsExceptionReport
OwsExceptionReportpublic static void checkParameterValue(String value, String name) throws OwsExceptionReport
OwsExceptionReportpublic static void checkParameterValue(String value, Enum<?> name) throws OwsExceptionReport
OwsExceptionReportpublic static String getParameterValue(Enum<?> name, Map<String,String> map)
@Deprecated public static void checkRequestParameter(String value) throws OwsExceptionReport
RequestOperatorRepository.value - the valueOwsExceptionReport - if the operation could not be foundCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.