Uses of Interface
org.thymeleaf.inline.IInliner
-
-
Uses of IInliner in org.thymeleaf.context
Methods in org.thymeleaf.context that return IInliner Modifier and Type Method Description IInlinerEngineContext. getInliner()IInlinerITemplateContext. getInliner()Returns the inliner (implementation ofIInliner) set to be used at the current point of execution.IInlinerWebEngineContext. getInliner()Methods in org.thymeleaf.context with parameters of type IInliner Modifier and Type Method Description voidEngineContext. setInliner(IInliner inliner)voidIEngineContext. setInliner(IInliner inliner)Set an inliner.voidWebEngineContext. setInliner(IInliner inliner) -
Uses of IInliner in org.thymeleaf.engine
Methods in org.thymeleaf.engine with parameters of type IInliner Modifier and Type Method Description voidElementModelStructureHandler. setInliner(IInliner inliner)voidElementTagStructureHandler. setInliner(IInliner inliner)voidTemplateBoundariesStructureHandler. setInliner(IInliner inliner) -
Uses of IInliner in org.thymeleaf.inline
Classes in org.thymeleaf.inline that implement IInliner Modifier and Type Class Description classNoOpInliner -
Uses of IInliner in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element with parameters of type IInliner Modifier and Type Method Description voidIElementModelStructureHandler. setInliner(IInliner inliner)Instructs the engine to set a new inliner.voidIElementTagStructureHandler. setInliner(IInliner inliner)Instructs the engine to set a new inliner. -
Uses of IInliner in org.thymeleaf.processor.templateboundaries
Methods in org.thymeleaf.processor.templateboundaries with parameters of type IInliner Modifier and Type Method Description voidITemplateBoundariesStructureHandler. setInliner(IInliner inliner)Instructs the engine to set a new inliner. -
Uses of IInliner in org.thymeleaf.standard.inline
Classes in org.thymeleaf.standard.inline that implement IInliner Modifier and Type Class Description classAbstractStandardInlinerclassStandardCSSInlinerclassStandardHTMLInlinerclassStandardJavaScriptInlinerclassStandardTextInlinerclassStandardXMLInliner -
Uses of IInliner in org.thymeleaf.standard.processor
Methods in org.thymeleaf.standard.processor that return IInliner Modifier and Type Method Description protected abstract IInlinerAbstractStandardTextInlineSettingTagProcessor. getInliner(ITemplateContext context, StandardInlineMode inlineMode)protected IInlinerStandardInlineHTMLTagProcessor. getInliner(ITemplateContext context, StandardInlineMode inlineMode)protected IInlinerStandardInlineTextualTagProcessor. getInliner(ITemplateContext context, StandardInlineMode inlineMode)protected IInlinerStandardInlineXMLTagProcessor. getInliner(ITemplateContext context, StandardInlineMode inlineMode)
-