org.thymeleaf.context
Class WebContextExecutionInfo

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

public class WebContextExecutionInfo
extends AbstractContextExecutionInfo

Standard and basic implementation of the IContextExecutionInfo interface, for web contexts.

Currently, this execution info class does not add any further information aside from that in ContextExecutionInfo, but is defined as a placeholder for future features.

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
WebContextExecutionInfo(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

WebContextExecutionInfo

public WebContextExecutionInfo(String templateName,
                               Calendar now)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.