Uses of Interface
org.thymeleaf.context.ITemplateContext
-
-
Uses of ITemplateContext in org.thymeleaf.context
Subinterfaces of ITemplateContext in org.thymeleaf.context Modifier and Type Interface Description interfaceIEngineContextMostly-internal interface implemented by all classes containing the context required for template processing inside the engine itself.Classes in org.thymeleaf.context that implement ITemplateContext Modifier and Type Class Description classAbstractEngineContextUtility abstract class partially implementingIEngineContext.classEngineContextBasic non-web implementation of theIEngineContextinterface.classWebEngineContextBasic web implementation of theIEngineContextinterface, based on the Servlet API. -
Uses of ITemplateContext in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return ITemplateContext Modifier and Type Method Description protected ITemplateContextAbstractTemplateHandler. getContext()Return the processing context corresponding to the template execution for which the template handler instance has been created.Methods in org.thymeleaf.engine with parameters of type ITemplateContext Modifier and Type Method Description static IStandardExpressionEngineEventUtils. computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)TemplateModelTemplateManager. parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)voidTemplateManager. process(TemplateModel template, ITemplateContext context, Writer writer)voidAbstractTemplateHandler. setContext(ITemplateContext context)Set the processing context to be used, including template name, context, and also the engine configuration.voidITemplateHandler. setContext(ITemplateContext context)voidProcessorTemplateHandler. setContext(ITemplateContext context) -
Uses of ITemplateContext in org.thymeleaf.expression
Constructors in org.thymeleaf.expression with parameters of type ITemplateContext Constructor Description ExecutionInfo(ITemplateContext context)Ids(ITemplateContext context)Messages(ITemplateContext context) -
Uses of ITemplateContext in org.thymeleaf.inline
Methods in org.thymeleaf.inline with parameters of type ITemplateContext Modifier and Type Method Description CharSequenceIInliner. inline(ITemplateContext context, ICDATASection cdataSection)Perform the inlining operation on anICDATASectionnode.CharSequenceIInliner. inline(ITemplateContext context, IComment comment)Perform the inlining operation on anICommentnode.CharSequenceIInliner. inline(ITemplateContext context, IText text)Perform the inlining operation on anITextnode.CharSequenceNoOpInliner. inline(ITemplateContext context, ICDATASection cdataSection)CharSequenceNoOpInliner. inline(ITemplateContext context, IComment comment)CharSequenceNoOpInliner. inline(ITemplateContext context, IText text) -
Uses of ITemplateContext in org.thymeleaf.messageresolver
Methods in org.thymeleaf.messageresolver with parameters of type ITemplateContext Modifier and Type Method Description StringIMessageResolver. createAbsentMessageRepresentation(ITemplateContext context, Class<?> origin, String key, Object[] messageParameters)Create a suitable representation of an absent message (a message that could not be resolved).StringStandardMessageResolver. createAbsentMessageRepresentation(ITemplateContext context, Class<?> origin, String key, Object[] messageParameters)StringIMessageResolver. resolveMessage(ITemplateContext context, Class<?> origin, String key, Object[] messageParameters)Resolve the message, returning the requested message (ornullif not found).StringStandardMessageResolver. resolveMessage(ITemplateContext context, Class<?> origin, String key, Object[] messageParameters)StringStandardMessageResolver. resolveMessage(ITemplateContext context, Class<?> origin, String key, Object[] messageParameters, boolean performTemplateBasedResolution, boolean performOriginBasedResolution, boolean performDefaultBasedResolution) -
Uses of ITemplateContext in org.thymeleaf.processor.cdatasection
Methods in org.thymeleaf.processor.cdatasection with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractCDATASectionProcessor. doProcess(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler)voidAbstractCDATASectionProcessor. process(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler)voidICDATASectionProcessor. process(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.comment
Methods in org.thymeleaf.processor.comment with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractCommentProcessor. doProcess(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)voidAbstractCommentProcessor. process(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)voidICommentProcessor. process(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.doctype
Methods in org.thymeleaf.processor.doctype with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractDocTypeProcessor. doProcess(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)voidAbstractDocTypeProcessor. process(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)voidIDocTypeProcessor. process(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractAttributeModelProcessor. doProcess(ITemplateContext context, IModel model, AttributeName attributeName, String attributeValue, IElementModelStructureHandler structureHandler)protected voidAbstractAttributeModelProcessor. doProcess(ITemplateContext context, IModel model, IElementModelStructureHandler structureHandler)protected abstract voidAbstractAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)protected abstract voidAbstractElementModelProcessor. doProcess(ITemplateContext context, IModel model, IElementModelStructureHandler structureHandler)protected abstract voidAbstractElementTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)voidAbstractElementModelProcessor. process(ITemplateContext context, IModel model, IElementModelStructureHandler structureHandler)voidAbstractElementTagProcessor. process(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)voidIElementModelProcessor. process(ITemplateContext context, IModel model, IElementModelStructureHandler structureHandler)Execute the processor.voidIElementTagProcessor. process(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.processinginstruction
Methods in org.thymeleaf.processor.processinginstruction with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractProcessingInstructionProcessor. doProcess(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)voidAbstractProcessingInstructionProcessor. process(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)voidIProcessingInstructionProcessor. process(ITemplateContext context, IProcessingInstruction processingInstruction, IProcessingInstructionStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.templateboundaries
Methods in org.thymeleaf.processor.templateboundaries with parameters of type ITemplateContext Modifier and Type Method Description abstract voidAbstractTemplateBoundariesProcessor. doProcessTemplateEnd(ITemplateContext context, ITemplateEnd templateEnd, ITemplateBoundariesStructureHandler structureHandler)abstract voidAbstractTemplateBoundariesProcessor. doProcessTemplateStart(ITemplateContext context, ITemplateStart templateStart, ITemplateBoundariesStructureHandler structureHandler)voidAbstractTemplateBoundariesProcessor. processTemplateEnd(ITemplateContext context, ITemplateEnd templateEnd, ITemplateBoundariesStructureHandler structureHandler)voidITemplateBoundariesProcessor. processTemplateEnd(ITemplateContext context, ITemplateEnd templateEnd, ITemplateBoundariesStructureHandler structureHandler)Execute the processor for aITemplateEndevent.voidAbstractTemplateBoundariesProcessor. processTemplateStart(ITemplateContext context, ITemplateStart templateStart, ITemplateBoundariesStructureHandler structureHandler)voidITemplateBoundariesProcessor. processTemplateStart(ITemplateContext context, ITemplateStart templateStart, ITemplateBoundariesStructureHandler structureHandler)Execute the processor for aITemplateStartevent. -
Uses of ITemplateContext in org.thymeleaf.processor.text
Methods in org.thymeleaf.processor.text with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractTextProcessor. doProcess(ITemplateContext context, IText text, ITextStructureHandler structureHandler)voidAbstractTextProcessor. process(ITemplateContext context, IText text, ITextStructureHandler structureHandler)voidITextProcessor. process(ITemplateContext context, IText text, ITextStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.processor.xmldeclaration
Methods in org.thymeleaf.processor.xmldeclaration with parameters of type ITemplateContext Modifier and Type Method Description protected abstract voidAbstractXMLDeclarationProcessor. doProcess(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)voidAbstractXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)voidIXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)Execute the processor. -
Uses of ITemplateContext in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression with parameters of type ITemplateContext Modifier and Type Method Description static FragmentFragmentExpression. resolveExecutedFragmentExpression(ITemplateContext context, FragmentExpression.ExecutedFragmentExpression executedFragmentExpression, boolean failIfNotExists) -
Uses of ITemplateContext in org.thymeleaf.standard.inline
Methods in org.thymeleaf.standard.inline with parameters of type ITemplateContext Modifier and Type Method Description CharSequenceAbstractStandardInliner. inline(ITemplateContext context, ICDATASection cdataSection)CharSequenceAbstractStandardInliner. inline(ITemplateContext context, IComment comment)CharSequenceAbstractStandardInliner. inline(ITemplateContext context, IText text) -
Uses of ITemplateContext in org.thymeleaf.standard.processor
Methods in org.thymeleaf.standard.processor with parameters of type ITemplateContext Modifier and Type Method Description protected Map<String,Object>AbstractStandardTargetSelectionTagProcessor. computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression)protected voidAbstractStandardAssertionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidAbstractStandardConditionalVisibilityTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardDoubleAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected abstract voidAbstractStandardExpressionAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidAbstractStandardExpressionAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardFragmentInsertionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardMultipleAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTargetSelectionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTextInlineSettingTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardBlockTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)protected voidStandardClassappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardConditionalCommentProcessor. doProcess(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)protected voidStandardConditionalFixedValueTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardDOMEventAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardDOMEventAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardEachTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardFragmentTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)protected voidStandardInliningCDATASectionProcessor. doProcess(ITemplateContext context, ICDATASection cdataSection, ICDATASectionStructureHandler structureHandler)protected voidStandardInliningCommentProcessor. doProcess(ITemplateContext context, IComment comment, ICommentStructureHandler structureHandler)protected voidStandardInliningTextProcessor. doProcess(ITemplateContext context, IText text, ITextStructureHandler structureHandler)protected voidStandardRefAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardRemoveTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardStyleappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardSubstituteByTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardSwitchTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardTextTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardTranslationDocTypeProcessor. doProcess(ITemplateContext context, IDocType docType, IDocTypeStructureHandler structureHandler)protected voidStandardUtextTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardWithTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardXmlNsTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)voidStandardInlineEnablementTemplateBoundariesProcessor. doProcessTemplateEnd(ITemplateContext context, ITemplateEnd templateEnd, ITemplateBoundariesStructureHandler structureHandler)voidStandardInlineEnablementTemplateBoundariesProcessor. doProcessTemplateStart(ITemplateContext context, ITemplateStart templateStart, ITemplateBoundariesStructureHandler structureHandler)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)protected abstract booleanAbstractStandardConditionalVisibilityTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)protected booleanStandardCaseTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)protected booleanStandardIfTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)protected booleanStandardUnlessTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)voidStandardDefaultAttributesTagProcessor. process(ITemplateContext context, IProcessableElementTag tag, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTargetSelectionTagProcessor. validateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) -
Uses of ITemplateContext in org.thymeleaf.util
Constructors in org.thymeleaf.util with parameters of type ITemplateContext Constructor Description LazyProcessingCharSequence(ITemplateContext context, TemplateModel templateModel)
-