Package org.opennms.web.utils
Class UriInfoUtils
- java.lang.Object
-
- org.opennms.web.utils.UriInfoUtils
-
public abstract class UriInfoUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getValue(javax.ws.rs.core.UriInfo uriInfo, String key, String defaultValue)
static List<String>
getValues(javax.ws.rs.core.UriInfo uriInfo, String key)
static List<String>
getValues(javax.ws.rs.core.UriInfo uriInfo, String key, List<String> defaultValue)
static boolean
hasKey(javax.ws.rs.core.MultivaluedMap<String,String> params, String key)
static boolean
hasKey(javax.ws.rs.core.UriInfo uriInfo, String key)
-
-
-
Method Detail
-
hasKey
public static boolean hasKey(javax.ws.rs.core.UriInfo uriInfo, String key)
-
hasKey
public static boolean hasKey(javax.ws.rs.core.MultivaluedMap<String,String> params, String key)
-
getValue
public static String getValue(javax.ws.rs.core.UriInfo uriInfo, String key, String defaultValue)
-
-