|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openl.commons.web.jsf.facelets.fn.JSFFunctions
public class JSFFunctions
JSF functions.
| Constructor Summary | |
|---|---|
JSFFunctions()
|
|
| Method Summary | |
|---|---|
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 Number |
toNumber(String string)
|
static String |
unescape(String string)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSFFunctions()
| Method Detail |
|---|
public static String concat(String str1,
String str2)
str2 to the end of this
string str1.
str1 - the first stringstr2 - the second string
public static boolean contains(Map<?,?> map,
Object key)
map - Mapkey - key value
public 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 map
public static String unescape(String string)
public static Number toNumber(String string)
public static String encodeURL(String url)
public static String getSystemProp(String name)
public static boolean isSystemProp(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||