Uses of Interface
org.thymeleaf.context.IContextExecutionInfo

Packages that use IContextExecutionInfo
org.thymeleaf.context   
 

Uses of IContextExecutionInfo in org.thymeleaf.context
 

Classes in org.thymeleaf.context that implement IContextExecutionInfo
 class AbstractContextExecutionInfo
           Abstract class for IContextExecutionInfo implementations, providing some of the features required to implement this interface.
 class ContextExecutionInfo
           Standard and basic implementation of the IContextExecutionInfo interface.
 class WebContextExecutionInfo
           Standard and basic implementation of the IContextExecutionInfo interface, for web contexts.
 

Methods in org.thymeleaf.context that return IContextExecutionInfo
protected abstract  IContextExecutionInfo AbstractContext.buildContextExecutionInfo(String templateName)
           Creates the specific instance of IContextExecutionInfo to be added to the context as the execInfo variable.
protected  IContextExecutionInfo WebContext.buildContextExecutionInfo(String templateName)
           
protected  IContextExecutionInfo Context.buildContextExecutionInfo(String templateName)
           
 



Copyright © 2011 The THYMELEAF team. All Rights Reserved.