org.thymeleaf.context
Class WebContextExecutionInfo
Object
org.thymeleaf.context.AbstractContextExecutionInfo
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
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContextExecutionInfo
public WebContextExecutionInfo(String templateName,
Calendar now)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.