Uses of Class
org.thymeleaf.Configuration

Packages that use Configuration
org.thymeleaf   
 

Uses of Configuration in org.thymeleaf
 

Methods in org.thymeleaf that return Configuration
 Configuration Arguments.getConfiguration()
           Returns the Template Engine configuration being used for processing templates.
protected  Configuration TemplateEngine.getConfiguration()
           Returns the configuration object.
 

Constructors in org.thymeleaf with parameters of type Configuration
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.
 



Copyright © 2011 The THYMELEAF team. All Rights Reserved.