org.thymeleaf.standard.expression
Class LiteralValue

Object
  extended by org.thymeleaf.standard.expression.LiteralValue
All Implemented Interfaces:
Serializable

public final class LiteralValue
extends Object
implements Serializable

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Method Summary
 String getValue()
           
static Object unwrap(Object obj)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public String getValue()

unwrap

public static Object unwrap(Object obj)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.