Class Ids


  • public class Ids
    extends java.lang.Object

    Expression Object for performing operations related to markup id attributes inside Thymeleaf Standard Expressions.

    An object of this class is usually available in variable evaluation expressions with the name #ids.

    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String next​(java.lang.Object id)  
      java.lang.String prev​(java.lang.Object id)  
      java.lang.String seq​(java.lang.Object id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • seq

        public java.lang.String seq​(java.lang.Object id)
      • next

        public java.lang.String next​(java.lang.Object id)
      • prev

        public java.lang.String prev​(java.lang.Object id)