Class ElFunctions
java.lang.Object
ee.jakarta.tck.pages.spec.core_syntax.scripting.el.ElFunctions
Simple single 'el functioned' class for EL testing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElFunctions
public ElFunctions()
-
-
Method Details
-
substring
EL Function that provides substring functionality- Parameters:
startIndex
- - the start index for the substring operationendIndex
- - the end index for the substring operationvalue
- - the String value to perform the operation against- Returns:
- the substringed value
-
toString
-