Package org.thymeleaf.context

Interface Summary
IContext Interface for all context implementations.
IContextExecutionInfo Recommended implementation interface for all classes used as execution info variables in IContext implementations.
IWebContext Subinterface of IContext for implementations that can be used for creating HTML/XHTML interfaces in web applications.
 

Class Summary
AbstractContext Abstract class for IContext implementations, providing some of the features required to implement this interface.
AbstractContextExecutionInfo Abstract class for IContextExecutionInfo implementations, providing some of the features required to implement this interface.
Context Standard implementation of IContext.
ContextExecutionInfo Standard and basic implementation of the IContextExecutionInfo interface.
VariablesMap<K,V> Special implementation of the Map interface that will be used for containing context variables in IContext implementations.
WebContext Standard implementation for the IWebContext interface.
WebContextExecutionInfo Standard and basic implementation of the IContextExecutionInfo interface, for web contexts.
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.