Package org.thymeleaf.expression
Class Ids
- Object
-
- org.thymeleaf.expression.Ids
-
public class Ids extends Object
Expression Object for performing operations related to markup
idattributes inside Thymeleaf Standard Expressions.An object of this class is usually available in variable evaluation expressions with the name
#ids.- Since:
- 1.0
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Constructor Description Ids(ITemplateContext context)
-