org.thymeleaf.expression
Class Ids

Object
  extended by org.thymeleaf.expression.Ids

public class Ids
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
Ids(Arguments arguments)
           
 
Method Summary
 String next(Object id)
           
 String prev(Object id)
           
 String seq(Object id)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ids

public Ids(Arguments arguments)
Method Detail

seq

public String seq(Object id)

next

public String next(Object id)

prev

public String prev(Object id)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.