All Classes and Interfaces
Class
Description
ATTENTION: For performance reasons and usage aspects TemplateContext is NOT threadsafe!
Returns the version of a given string where the uppercases are replaced by _lowercase
Example:
Example:
This class provides an empty implementation of
DLTParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.This interface defines a complete listener for a parse tree produced by
DLTParser.Returns the version of a given string where the html special signs are escaped are removed
Example:
Example:
Returns the version of a given string where the special signs are escaped
Example:
Example:
tests if the given value exists (!
Tests if the given value is greater than 0
Example:
Example:
Returns an indented version of a given multiline string - is used for nice template generation
Example:
Example:
Tests if the given value is a valid array
Example:
Example:
tests if the given value is a valid boolean
Example:
Example:
tests if the given value is a valid double
Example:
Example:
tests if the given value is a valid email address patterned string
Example:
Example:
tests if the given value is a valid float
Example:
Example:
tests if the given value is a valid integer
Example:
Example:
tests if the given value is a valid long
Example:
Example:
tests if the given value is a valid method name patterned string
Example:
Example:
Tests if the given value is a valid non empty array
Example:
Example:
tests if the given value is a valid string
Example:
Example:
tests if the given value is a valid uuid
Example:
Example:
tests if the given value is a valid variable name patterned string
Example:
Example:
tests if the given value is a valid variable name patterned string
Example:
Example:
Returns the length of an array as number
Example:
Example:
Returns the lowercase version of a given string
Example:
Example:
Returns the first letter lowercase version of a given string
Example:
Example:
This class allows to add a new Modifier
tests if the given value is a string and not blank
Example:
Example:
Returns the version of a given string where the special signs are escaped
Example:
Example:
Returns the version of a given string where the whitespaces are removed
Example:
Example:
Takes the sqrt of the given input
Example:
Example:
Returns the three digited string of an integer or long
Example:
Example:
Converts the given input (Collections) to an array
Example:
Example:
converts given value to string with .toString
Example:
Example:
Returns the two digited string of an integer or long
Example:
Example:
unwraps a given class to its primitve if it is a boxed primitve type. otherwise returns the class itself
Example:
Example:
Returns the uppercase version of a given string
Example:
Example:
Returns the first letter uppercase version of a given string
Example:
Example: