Package org.thymeleaf.standard.expression
package org.thymeleaf.standard.expression
-
ClassDescriptionBase abstract class meant to be extended by most implementations of the
IStandardConversionService
interface.Addition complex expression (Thymeleaf Standard Expressions)Logical AND complex expression (Thymeleaf Standard Expressions)Boolean token (Thymeleaf Standard Expressions)Base abstract class for complex expressions (Thymeleaf Standard Expressions)Conditional complex expression (Thymeleaf Standard Expressions)Default (if-null-then) complex expression (Thymeleaf Standard Expressions)Division complex expression (Thymeleaf Standard Expressions)Equality complex expression (Thymeleaf Standard Expressions)Base Expression class for all Thymeleaf Standard ExpressionsClass that models the result of aFragmentExpression
, i.e. the result of a fragment expression in the form of~{template :: fragment? (parameters)?}
Represents a fragment signature, including both a name and an (optional) sequence of parameter names to be applied.Generic token (Thymeleaf Standard Expressions)Greater-or-equal complex expression (Thymeleaf Standard Expressions)Greater-than complex expression (Thymeleaf Standard Expressions)Common interface for all implementations of a conversion service, to be used during template execution.Common interface for all Thymeleaf Standard Expression objects.Common interface for all objects in charge of parsing Thymeleaf Standard Expressions.Common interface for all objects in charge of executing variable expressions (${...}
) inside Thymeleaf Standard Expressions.Less-or-equal complex expression (Thymeleaf Standard Expressions)Less-than complex expression (Thymeleaf Standard Expressions)Link expression (Thymeleaf Standard Expressions)Message expression (Thymeleaf Standard Expressions)Minus (numeric negative) complex expression (Thymeleaf Standard Expressions)Multiplication complex expression (Thymeleaf Standard Expressions)Boolean negation complex expression (Thymeleaf Standard Expressions)NO-OP (No Operation) token valueNO-OP (No Operation) token (Thymeleaf Standard Expressions)Not-equals complex expression (Thymeleaf Standard Expressions)Null token (Thymeleaf Standard Expressions)Number token (Thymeleaf Standard Expressions)Implementation ofPropertyAccessor
that allows OGNL to access the contents ofIContext
implementations as if they were a Map.Evaluator for variable expressions (${...}
) in Thymeleaf Standard Expressions, using the OGNL expression language.Logical OR complex expression (Thymeleaf Standard Expressions)Remainder (division remainder) complex expression (Thymeleaf Standard Expressions)Base abstract class for simple expressions (Thymeleaf Standard Expressions)Context class that contains several conditions that might be of interest to the expression executor (like for instance, whether the expression comes from preprocessing or not)Builds the expression objects to be used by Standard dialects.Standard implementation of theIStandardExpressionParser
interface for parsing Thymeleaf Standard Expressions.Utility class for the easy obtention of objects relevant to the parsing and execution of Thymeleaf Standard Expressions.Subtraction complex expression (Thymeleaf Standard Expressions)Text literal (Thymeleaf Standard Expressions)