Uses of Interface
org.thymeleaf.context.IContext

Packages that use IContext
org.thymeleaf   
org.thymeleaf.context   
 

Uses of IContext in org.thymeleaf
 

Methods in org.thymeleaf that return IContext
 IContext Arguments.getContext()
           Returns the current context specified for template processing.
 

Methods in org.thymeleaf with parameters of type IContext
 String TemplateEngine.process(String templateName, IContext context)
           Process a template.
 

Constructors in org.thymeleaf with parameters of type IContext
Arguments(Configuration configuration, TemplateParser templateParser, String templateName, IContext context)
           Create a new Arguments instance.
Arguments(Configuration configuration, TemplateParser templateParser, String templateName, IContext context, Map<String,Object> localVariables, org.thymeleaf.Arguments.SelectionTarget selectionTarget, Map<String,Integer> idCounts, ITextInliner textInliner)
           Create a new Arguments instance.
 

Uses of IContext in org.thymeleaf.context
 

Subinterfaces of IContext in org.thymeleaf.context
 interface IWebContext
           Subinterface of IContext for implementations that can be used for creating HTML/XHTML interfaces in web applications.
 

Classes in org.thymeleaf.context that implement IContext
 class AbstractContext
           Abstract class for IContext implementations, providing some of the features required to implement this interface.
 class Context
           Standard implementation of IContext.
 class WebContext
           Standard implementation for the IWebContext interface.
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.