org.thymeleaf.context
Class ContextExecutionInfo

Object
  extended by org.thymeleaf.context.AbstractContextExecutionInfo
      extended by org.thymeleaf.context.ContextExecutionInfo
All Implemented Interfaces:
IContextExecutionInfo

public class ContextExecutionInfo
extends AbstractContextExecutionInfo

Standard and basic implementation of the IContextExecutionInfo interface.

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
ContextExecutionInfo(String templateName, Calendar now)
           
 
Method Summary
 
Methods inherited from class org.thymeleaf.context.AbstractContextExecutionInfo
getNow, getTemplateName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextExecutionInfo

public ContextExecutionInfo(String templateName,
                            Calendar now)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.