Package org.thymeleaf.util
package org.thymeleaf.util
-
ClassDescriptionAbstract class for character sequences that perform lazy evaluation of their textual contents.Character sequence that aggregates one or several
CharSequence
objects, without the need to clone them or convert them to String.Wrapper class that allows the use of char[] objects asCharSequence
s, without the need to duplicate the char[] contents in memory (as would happen if a String was created from the char[]).Utility class for obtaining a correct classloader on which to operate from a specific class.Utility class containing methods for computing content type-related data.Fast implementation ofWriter
that avoids the need to use a thread-safeStringBuffer
.Purpose-specific set that can tell whether an object (by reference) has already been added to it.Common interface for CharSequences that can be directly written to an outputWriter
.Character sequence that performs a lazy escaping of a text, so that it is directly written to aWriter
output during the escape operation itself.Character sequence that performs a lazy evaluation of aTemplateModel
by the template engine.Utility class of internal use for holding the patterns that certain artifacts (usually template names) must match for obtaining some consideration.Utility class containing methods relating to the configuration of processors (e.g.Utility methods for String objects.Utility class forchar[]
operations (mainly matching/comparing)Utility class for processing version numbers.