org.thymeleaf.processor
Class SubstitutionTag

Object
  extended by org.thymeleaf.processor.SubstitutionTag

public class SubstitutionTag
extends Object

Since:
1.0
Author:
Daniel Fernández

Method Summary
static SubstitutionTag forNode(Node node)
           
static SubstitutionTag forNodeAndLocalVariables(Node node, Map<String,Object> localVariables)
           
 Map<String,Object> getLocalVariables()
           
 Node getNode()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forNode

public static SubstitutionTag forNode(Node node)

forNodeAndLocalVariables

public static SubstitutionTag forNodeAndLocalVariables(Node node,
                                                       Map<String,Object> localVariables)

getNode

public Node getNode()

getLocalVariables

public Map<String,Object> getLocalVariables()


Copyright © 2011 The THYMELEAF team. All Rights Reserved.