public class JSFFunctions extends Object
| Constructor and Description |
|---|
JSFFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
concat(String str1,
String str2)
Concatenates the specified string
str2 to the end of this
string str1. |
static boolean |
contains(Map<?,?> map,
Object key)
Returns true if this map contains a mapping for the specified
key.
|
static Date |
currentDate() |
static String |
currentHour() |
static String |
currentMinute() |
static String |
currentYear() |
static String |
encodeURL(String url) |
static String |
getSystemProp(String name) |
static boolean |
isLocalRequest() |
static boolean |
isSystemProp(String name) |
static Set<?> |
mapEntrySet(Map<?,?> map)
Get map entry set.
|
static String |
toJSON(Object value) |
static Number |
toNumber(String string) |
static String |
unescape(String string) |
public static String concat(String str1, String str2)
str2 to the end of this
string str1.str1 - the first stringstr2 - the second stringpublic static boolean contains(Map<?,?> map, Object key)
map - Mapkey - key valuepublic static Date currentDate()
public static String currentHour()
public static String currentMinute()
public static String currentYear()
public static boolean isLocalRequest()
public static Set<?> mapEntrySet(Map<?,?> map)
map - input mappublic static boolean isSystemProp(String name)
Copyright © 2014. All Rights Reserved.