public class ConverterHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String value) |
static int |
getIntParameterFromRequest(Map<String,List<String>> parameters,
String parameterName,
int defaultValue) |
static String |
getParameter(String name,
Map<String,List<String>> parameters) |
static boolean |
isContextVariable(Object value) |
static boolean |
toBoolean(Object attributeValue) |
static int |
toInt(Object value) |
static long |
toLong(Object attributeValue) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.