public class Functions extends Object
| Constructor and Description |
|---|
Functions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
acontains(Object[] col,
Object obj) |
static boolean |
compare(Comparable a,
Comparable b) |
static int |
compareTo(Comparable a,
Comparable b) |
static boolean |
contains(Collection<?> col,
Object obj) |
static boolean |
inrole(javax.servlet.http.HttpServletRequest req,
String role) |
static boolean |
inrole2(javax.servlet.http.HttpServletRequest req,
String role,
String role2) |
static boolean |
inrole3(javax.servlet.http.HttpServletRequest req,
String role,
String role2,
String role3) |
static boolean |
isinrole(javax.servlet.http.HttpServletRequest req,
String[] role) |
public static boolean isinrole(javax.servlet.http.HttpServletRequest req,
String[] role)
public static boolean inrole(javax.servlet.http.HttpServletRequest req,
String role)
public static boolean inrole2(javax.servlet.http.HttpServletRequest req,
String role,
String role2)
public static boolean inrole3(javax.servlet.http.HttpServletRequest req,
String role,
String role2,
String role3)
public static boolean contains(Collection<?> col, Object obj)
public static boolean compare(Comparable a, Comparable b)
public static int compareTo(Comparable a, Comparable b)
Copyright © 2013. All Rights Reserved.