Uses of Class
org.thymeleaf.context.ProcessingContext

Packages that use ProcessingContext
org.thymeleaf.context   
 

Uses of ProcessingContext in org.thymeleaf.context
 

Methods in org.thymeleaf.context that return ProcessingContext
 ProcessingContext ProcessingContext.addLocalVariables(Map<String,Object> newVariables)
           Creates a new ProcessingContext object by adding some new local variables to the existing map (the rest of the attributes are copied verbatim).
 ProcessingContext ProcessingContext.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.