Package com.webmethods.caf.faces.el
Class JSTLFunctions
java.lang.Object
com.webmethods.caf.faces.el.JSTLFunctions
CAF functions exposed as expression-language functions under the "fn" namespace.
These functions are equivalent to the functions provided by the JSTL 1.1 functions library
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
containsIgnoreCase
(String name, String searchString) static boolean
static String
static int
static String
static int
static String
static String[]
static boolean
startsWith
(String value, String p) static String
static String
substringAfter
(String v, String p) static String
substringBefore
(String v, String s) static String
static String
static String
-
Field Details
-
PREFIX
Standard prefix for CAF functions ("fn").- See Also:
-
-
Constructor Details
-
JSTLFunctions
public JSTLFunctions()
-
-
Method Details
-
contains
-
containsIgnoreCase
-
endsWith
-
escapeXml
-
indexOf
-
join
-
length
-
replace
-
split
-
startsWith
-
substring
-
substringAfter
-
substringBefore
-
toLowerCase
-
toUpperCase
-
trim
-