Uses of Class
org.thymeleaf.context.DialectAwareProcessingContext

Packages that use DialectAwareProcessingContext
org.thymeleaf.context   
 

Uses of DialectAwareProcessingContext in org.thymeleaf.context
 

Methods in org.thymeleaf.context that return DialectAwareProcessingContext
 DialectAwareProcessingContext DialectAwareProcessingContext.addLocalVariables(Map<String,Object> newVariables)
           Creates a new DialectAwareProcessingContext object by adding some new local variables to the existing map (the rest of the attributes are copied verbatim).
 DialectAwareProcessingContext DialectAwareProcessingContext.setSelectionTarget(Object selectionTargetObject)
           Creates a new Arguments object by setting a selection target into the processing context, so that selection expressions are executed on it from then on.
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.