Uses of Interface
org.thymeleaf.inliner.ITextInliner

Packages that use ITextInliner
org.thymeleaf   
org.thymeleaf.processor.attr   
org.thymeleaf.processor.tag   
org.thymeleaf.standard.inliner   
org.thymeleaf.standard.processor.attr   
 

Uses of ITextInliner in org.thymeleaf
 

Methods in org.thymeleaf that return ITextInliner
 ITextInliner Arguments.getTextInliner()
           Returns the currently set text inliner (if any).
 

Methods in org.thymeleaf with parameters of type ITextInliner
 Arguments Arguments.addLocalVariablesAndTextInliner(Map<String,Object> newVariables, ITextInliner newTextInliner)
           Creates a new Arguments object by setting new local variables and a new text inliner.
 Arguments Arguments.addLocalVariablesAndTextInlinerAndSetSelectionTarget(Map<String,Object> newVariables, ITextInliner newTextInliner, Object target)
           Creates a new Arguments object by adding new local variables, a text inliner and a selection target.
 Arguments Arguments.setTextInliner(ITextInliner newTextInliner)
           Creates a new Arguments object by setting a new text inliner.
 Arguments Arguments.setTextInlinerAndSetSelectionTarget(ITextInliner newTextInliner, Object target)
           Creates a new Arguments object by setting a new text inliner and a selection target.
 

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

Methods in org.thymeleaf.processor.attr that return ITextInliner
 ITextInliner AttrProcessResult.getTextInliner()
           
protected abstract  ITextInliner AbstractTextInlinerAttrProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 

Methods in org.thymeleaf.processor.attr with parameters of type ITextInliner
static AttrProcessResult AttrProcessResult.forNoAction(ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forNoAction(Map<String,Object> localVariables, ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forNoActionWithSelectionTarget(ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forNoActionWithSelectionTarget(Map<String,Object> localVariables, ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forRemoveAttribute(ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forRemoveAttribute(Map<String,Object> localVariables, ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forRemoveAttributeWithSelectionTarget(ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forRemoveAttributeWithSelectionTarget(Map<String,Object> localVariables, ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forRemoveTag(ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forRemoveTag(Map<String,Object> localVariables, ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forRemoveTagWithSelectionTarget(ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forRemoveTagWithSelectionTarget(Map<String,Object> localVariables, ITextInliner textInliner, Object target)
           
static AttrProcessResult AttrProcessResult.forSubstituteTag(List<SubstitutionTag> substitutionTags, ITextInliner textInliner)
           
static AttrProcessResult AttrProcessResult.forSubstituteTagWithSelectionTarget(List<SubstitutionTag> substitutionTags, ITextInliner textInliner, Object target)
           
 

Uses of ITextInliner in org.thymeleaf.processor.tag
 

Methods in org.thymeleaf.processor.tag that return ITextInliner
 ITextInliner TagProcessResult.getTextInliner()
           
protected abstract  ITextInliner AbstractTextInlinerTagProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 

Methods in org.thymeleaf.processor.tag with parameters of type ITextInliner
static TagProcessResult TagProcessResult.forNoAction(ITextInliner textInliner)
           
static TagProcessResult TagProcessResult.forNoAction(Map<String,Object> localVariables, ITextInliner textInliner)
           
static TagProcessResult TagProcessResult.forNoActionWithSelectionTarget(ITextInliner textInliner, Object target)
           
static TagProcessResult TagProcessResult.forNoActionWithSelectionTarget(Map<String,Object> localVariables, ITextInliner textInliner, Object target)
           
static TagProcessResult TagProcessResult.forRemoveTag(ITextInliner textInliner)
           
static TagProcessResult TagProcessResult.forRemoveTag(Map<String,Object> localVariables, ITextInliner textInliner)
           
static TagProcessResult TagProcessResult.forRemoveTagWithSelectionTarget(ITextInliner textInliner, Object target)
           
static TagProcessResult TagProcessResult.forSubstituteTag(List<SubstitutionTag> substitutionTags, ITextInliner textInliner)
           
static TagProcessResult TagProcessResult.forSubstituteTagWithSelectionTarget(List<SubstitutionTag> substitutionTags, ITextInliner textInliner, Object target)
           
 

Uses of ITextInliner in org.thymeleaf.standard.inliner
 

Classes in org.thymeleaf.standard.inliner that implement ITextInliner
 class StandardTextInliner
           
 

Uses of ITextInliner in org.thymeleaf.standard.processor.attr
 

Methods in org.thymeleaf.standard.processor.attr that return ITextInliner
protected  ITextInliner AbstractStandardTextInlinerAttrProcessor.getTextInliner(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 



Copyright © 2011 The THYMELEAF team. All Rights Reserved.