org.thymeleaf.context
Interface IContextExecutionInfo

All Known Implementing Classes:
AbstractContextExecutionInfo, ContextExecutionInfo, WebContextExecutionInfo

public interface IContextExecutionInfo

Recommended implementation interface for all classes used as execution info variables in IContext implementations.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 java.util.Calendar getNow()
           Returns the current date and time (time of template execution).
 String getTemplateName()
           Returns the name of the template currently being processed.
 

Method Detail

getTemplateName

String getTemplateName()

Returns the name of the template currently being processed.

Returns:
the name of the template.

getNow

java.util.Calendar getNow()

Returns the current date and time (time of template execution).

Returns:
the current date and time.


Copyright © 2012 The THYMELEAF team. All Rights Reserved.