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

Constructor Summary
LiteralValue(String value)
           
 
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
 

Constructor Detail

LiteralValue

public LiteralValue(String value)
Method Detail

getValue

public String getValue()

unwrap

public static Object unwrap(Object obj)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.