org.thymeleaf.expression
Class Conversions

Object
  extended by org.thymeleaf.expression.Conversions

public final class Conversions
extends Object

Utility class for performing boolean operations.

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

Since:
2.1.0
Author:
Daniel Fernández

Constructor Summary
Conversions(Configuration configuration, IProcessingContext processingContext)
           
 
Method Summary
 Object convert(Object target, Class<?> clazz)
           
 Object convert(Object target, String className)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conversions

public Conversions(Configuration configuration,
                   IProcessingContext processingContext)
Method Detail

convert

public Object convert(Object target,
                      String className)

convert

public Object convert(Object target,
                      Class<?> clazz)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.