Uses of Class
org.thymeleaf.templatemode.TemplateMode
-
-
Uses of TemplateMode in org.thymeleaf
Methods in org.thymeleaf that return TemplateMode Modifier and Type Method Description TemplateModeTemplateSpec. getTemplateMode()Returns the template mode, if it has been specified.Constructors in org.thymeleaf with parameters of type TemplateMode Constructor Description TemplateSpec(String template, Set<String> templateSelectors, TemplateMode templateMode, Map<String,Object> templateResolutionAttributes)Build a new object of this class, specifying a template mode that should be forced for template execution, ignoring the mode resolved by template resolvers.TemplateSpec(String template, TemplateMode templateMode)Build a new object of this class, specifying template and also template mode. -
Uses of TemplateMode in org.thymeleaf.cache
Methods in org.thymeleaf.cache that return TemplateMode Modifier and Type Method Description TemplateModeTemplateCacheKey. getTemplateMode()Constructors in org.thymeleaf.cache with parameters of type TemplateMode Constructor Description TemplateCacheKey(String ownerTemplate, String template, Set<String> templateSelectors, int lineOffset, int colOffset, TemplateMode templateMode, Map<String,Object> templateResolutionAttributes) -
Uses of TemplateMode in org.thymeleaf.context
Methods in org.thymeleaf.context that return TemplateMode Modifier and Type Method Description TemplateModeAbstractEngineContext. getTemplateMode()TemplateModeITemplateContext. getTemplateMode()Returns the template mode of the template currently being processed. -
Uses of TemplateMode in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return TemplateMode Modifier and Type Method Description TemplateModeTemplateData. getTemplateMode()Returns the template mode the template is being processed with.TemplateModeTemplateModel. getTemplateMode()Methods in org.thymeleaf.engine with parameters of type TemplateMode Modifier and Type Method Description AttributeDefinitionAttributeDefinitions. forName(TemplateMode templateMode, char[] attributeName, int attributeNameOffset, int attributeNameLen)AttributeDefinitionAttributeDefinitions. forName(TemplateMode templateMode, String attributeName)AttributeDefinitionAttributeDefinitions. forName(TemplateMode templateMode, String prefix, String attributeName)static AttributeNameAttributeNames. forName(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen)static AttributeNameAttributeNames. forName(TemplateMode templateMode, String attributeName)static AttributeNameAttributeNames. forName(TemplateMode templateMode, String prefix, String attributeName)ElementDefinitionElementDefinitions. forName(TemplateMode templateMode, char[] elementName, int elementNameOffset, int elementNameLen)ElementDefinitionElementDefinitions. forName(TemplateMode templateMode, String elementName)ElementDefinitionElementDefinitions. forName(TemplateMode templateMode, String prefix, String elementName)static ElementNameElementNames. forName(TemplateMode templateMode, char[] elementNameBuffer, int elementNameOffset, int elementNameLen)static ElementNameElementNames. forName(TemplateMode templateMode, String elementName)static ElementNameElementNames. forName(TemplateMode templateMode, String prefix, String elementName)TemplateModelTemplateManager. parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)TemplateModelTemplateManager. parseString(TemplateData ownerTemplateData, String template, int lineOffset, int colOffset, TemplateMode templateMode, boolean useCache)Constructors in org.thymeleaf.engine with parameters of type TemplateMode Constructor Description StandardModelFactory(IEngineConfiguration configuration, TemplateMode templateMode)TemplateHandlerAdapterMarkupHandler(String templateName, ITemplateHandler templateHandler, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions, TemplateMode templateMode, int lineOffset, int colOffset)TemplateHandlerAdapterTextHandler(String templateName, ITemplateHandler templateHandler, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions, TemplateMode templateMode, int lineOffset, int colOffset)Constructor parameters in org.thymeleaf.engine with type arguments of type TemplateMode Constructor Description AttributeDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)ONLY FOR INTERNAL USE.ElementDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)ONLY FOR INTERNAL USE. -
Uses of TemplateMode in org.thymeleaf.expression
Methods in org.thymeleaf.expression that return TemplateMode Modifier and Type Method Description TemplateModeExecutionInfo. getProcessedTemplateMode()Returns the template mode (TemplateMode) of the first-level template.TemplateModeExecutionInfo. getTemplateMode()Returns the template mode (TemplateMode) (of the leaf template).Methods in org.thymeleaf.expression that return types with arguments of type TemplateMode Modifier and Type Method Description List<TemplateMode>ExecutionInfo. getTemplateModes()Returns theTemplateModes of all the stack of templates appliable to the current point of execution. -
Uses of TemplateMode in org.thymeleaf.model
Methods in org.thymeleaf.model that return TemplateMode Modifier and Type Method Description TemplateModeIElementTag. getTemplateMode()Returns the template mode to which this element tag is linked.TemplateModeIModel. getTemplateMode()Returns the template mode used for creating this model. -
Uses of TemplateMode in org.thymeleaf.postprocessor
Methods in org.thymeleaf.postprocessor that return TemplateMode Modifier and Type Method Description TemplateModeIPostProcessor. getTemplateMode()Returns the template mode this post-processor should be executed for.TemplateModePostProcessor. getTemplateMode()Constructors in org.thymeleaf.postprocessor with parameters of type TemplateMode Constructor Description PostProcessor(TemplateMode templateMode, Class<? extends ITemplateHandler> handlerClass, int precedence) -
Uses of TemplateMode in org.thymeleaf.preprocessor
Methods in org.thymeleaf.preprocessor that return TemplateMode Modifier and Type Method Description TemplateModeIPreProcessor. getTemplateMode()Returns the template mode this pre-processor should be executed for.TemplateModePreProcessor. getTemplateMode()Constructors in org.thymeleaf.preprocessor with parameters of type TemplateMode Constructor Description PreProcessor(TemplateMode templateMode, Class<? extends ITemplateHandler> handlerClass, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor
Methods in org.thymeleaf.processor that return TemplateMode Modifier and Type Method Description TemplateModeAbstractProcessor. getTemplateMode()TemplateModeIProcessor. getTemplateMode()Constructors in org.thymeleaf.processor with parameters of type TemplateMode Constructor Description AbstractProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.cdatasection
Constructors in org.thymeleaf.processor.cdatasection with parameters of type TemplateMode Constructor Description AbstractCDATASectionProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.comment
Constructors in org.thymeleaf.processor.comment with parameters of type TemplateMode Constructor Description AbstractCommentProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.doctype
Constructors in org.thymeleaf.processor.doctype with parameters of type TemplateMode Constructor Description AbstractDocTypeProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element that return TemplateMode Modifier and Type Method Description TemplateModeMatchingAttributeName. getTemplateMode()TemplateModeMatchingElementName. getTemplateMode()Methods in org.thymeleaf.processor.element with parameters of type TemplateMode Modifier and Type Method Description static MatchingAttributeNameMatchingAttributeName. forAllAttributes(TemplateMode templateMode)static MatchingAttributeNameMatchingAttributeName. forAllAttributesWithPrefix(TemplateMode templateMode, String matchingAllAttributesWithPrefix)static MatchingElementNameMatchingElementName. forAllElements(TemplateMode templateMode)static MatchingElementNameMatchingElementName. forAllElementsWithPrefix(TemplateMode templateMode, String matchingAllElementsWithPrefix)static MatchingAttributeNameMatchingAttributeName. forAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName)static MatchingElementNameMatchingElementName. forElementName(TemplateMode templateMode, ElementName matchingElementName)Constructors in org.thymeleaf.processor.element with parameters of type TemplateMode Constructor Description AbstractAttributeModelProcessor(TemplateMode templateMode, String dialectPrefix, String elementName, boolean prefixElementName, String attributeName, boolean prefixAttributeName, int precedence, boolean removeAttribute)AbstractAttributeTagProcessor(TemplateMode templateMode, String dialectPrefix, String elementName, boolean prefixElementName, String attributeName, boolean prefixAttributeName, int precedence, boolean removeAttribute)AbstractElementModelProcessor(TemplateMode templateMode, String dialectPrefix, String elementName, boolean prefixElementName, String attributeName, boolean prefixAttributeName, int precedence)AbstractElementTagProcessor(TemplateMode templateMode, String dialectPrefix, String elementName, boolean prefixElementName, String attributeName, boolean prefixAttributeName, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.processinginstruction
Constructors in org.thymeleaf.processor.processinginstruction with parameters of type TemplateMode Constructor Description AbstractProcessingInstructionProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.templateboundaries
Constructors in org.thymeleaf.processor.templateboundaries with parameters of type TemplateMode Constructor Description AbstractTemplateBoundariesProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.text
Constructors in org.thymeleaf.processor.text with parameters of type TemplateMode Constructor Description AbstractTextProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.processor.xmldeclaration
Constructors in org.thymeleaf.processor.xmldeclaration with parameters of type TemplateMode Constructor Description AbstractXMLDeclarationProcessor(TemplateMode templateMode, int precedence) -
Uses of TemplateMode in org.thymeleaf.standard.inline
Constructors in org.thymeleaf.standard.inline with parameters of type TemplateMode Constructor Description AbstractStandardInliner(IEngineConfiguration configuration, TemplateMode templateMode)OutputExpressionInlinePreProcessorHandler(IEngineConfiguration configuration, TemplateMode templateMode, String standardDialectPrefix, IInlinePreProcessorHandler handler) -
Uses of TemplateMode in org.thymeleaf.standard.processor
Constructors in org.thymeleaf.standard.processor with parameters of type TemplateMode Constructor Description AbstractStandardAssertionTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence)AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeIfEmpty)Build a new instance of this tag processor.AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeIfEmpty, boolean restrictedExpressionExecution)Build a new instance of this tag processor.AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeIfEmpty, StandardExpressionExecutionContext expressionExecutionContext)Build a new instance of this tag processor.AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, String targetAttrCompleteName, int precedence, boolean removeIfEmpty)Build a new instance of this tag processor.AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, String targetAttrCompleteName, int precedence, boolean removeIfEmpty, boolean restrictedExpressionExecution)Build a new instance of this tag processor.AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, String targetAttrCompleteName, int precedence, boolean removeIfEmpty, StandardExpressionExecutionContext expressionExecutionContext)Build a new instance of this tag processor.AbstractStandardConditionalVisibilityTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence)AbstractStandardDoubleAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, String attributeOneCompleteName, String attributeTwoCompleteName, boolean removeIfEmpty)AbstractStandardExpressionAttributeTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeAttribute)Build a new instance of this tag processor.AbstractStandardExpressionAttributeTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeAttribute, boolean restrictedExpressionExecution)Build a new instance of this tag processor.AbstractStandardExpressionAttributeTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeAttribute, StandardExpressionExecutionContext expressionExecutionContext)Build a new instance of this tag processor.AbstractStandardFragmentInsertionTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean replaceHost)AbstractStandardMultipleAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType modificationType)Build a new instance of this tag processor.AbstractStandardMultipleAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType modificationType, boolean restrictedExpressionExecution)Build a new instance of this tag processor.AbstractStandardTargetSelectionTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence)AbstractStandardTextInlineSettingTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence)StandardAssertTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardAttrappendTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardAttrprependTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardAttrTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardBlockTagProcessor(TemplateMode templateMode, String dialectPrefix, String elementName)StandardCaseTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardDefaultAttributesTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardEachTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardFragmentTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardIfTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardIncludeTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardInlineEnablementTemplateBoundariesProcessor(TemplateMode templateMode)StandardInlineTextualTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardInliningCDATASectionProcessor(TemplateMode templateMode)StandardInliningCommentProcessor(TemplateMode templateMode)StandardInliningTextProcessor(TemplateMode templateMode)StandardInsertTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardObjectTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardRefAttributeTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardRemoveTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardReplaceTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardSubstituteByTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardSwitchTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardTextTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardUnlessTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardUtextTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardWithTagProcessor(TemplateMode templateMode, String dialectPrefix)StandardXmlNsTagProcessor(TemplateMode templateMode, String dialectPrefix) -
Uses of TemplateMode in org.thymeleaf.templatemode
Methods in org.thymeleaf.templatemode that return TemplateMode Modifier and Type Method Description static TemplateModeTemplateMode. parse(String mode)static TemplateModeTemplateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateMode[]TemplateMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TemplateMode in org.thymeleaf.templateparser
Methods in org.thymeleaf.templateparser with parameters of type TemplateMode Modifier and Type Method Description voidITemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)voidITemplateParser. parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of TemplateMode in org.thymeleaf.templateparser.markup
Methods in org.thymeleaf.templateparser.markup with parameters of type TemplateMode Modifier and Type Method Description voidAbstractMarkupTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)voidAbstractMarkupTemplateParser. parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of TemplateMode in org.thymeleaf.templateparser.markup.decoupled
Methods in org.thymeleaf.templateparser.markup.decoupled with parameters of type TemplateMode Modifier and Type Method Description static DecoupledTemplateLogicDecoupledTemplateLogicUtils. computeDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, org.attoparser.IMarkupParser parser)ITemplateResourceIDecoupledTemplateLogicResolver. resolveDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode)Resolve anITemplateResourceobject containing the decoupled template logic to be applied to the template being processed.ITemplateResourceStandardDecoupledTemplateLogicResolver. resolveDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode)Constructors in org.thymeleaf.templateparser.markup.decoupled with parameters of type TemplateMode Constructor Description DecoupledTemplateLogicBuilderMarkupHandler(String templateName, TemplateMode templateMode) -
Uses of TemplateMode in org.thymeleaf.templateparser.raw
Methods in org.thymeleaf.templateparser.raw with parameters of type TemplateMode Modifier and Type Method Description voidRawTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)voidRawTemplateParser. parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of TemplateMode in org.thymeleaf.templateparser.text
Methods in org.thymeleaf.templateparser.text with parameters of type TemplateMode Modifier and Type Method Description voidAbstractTextTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)voidAbstractTextTemplateParser. parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of TemplateMode in org.thymeleaf.templateresolver
Fields in org.thymeleaf.templateresolver declared as TemplateMode Modifier and Type Field Description static TemplateModeAbstractConfigurableTemplateResolver. DEFAULT_TEMPLATE_MODEDefault template mode:HTMLstatic TemplateModeDefaultTemplateResolver. DEFAULT_TEMPLATE_MODEDefault template mode:HTMLstatic TemplateModeStringTemplateResolver. DEFAULT_TEMPLATE_MODEDefault template mode:HTMLMethods in org.thymeleaf.templateresolver that return TemplateMode Modifier and Type Method Description protected TemplateModeAbstractConfigurableTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)protected abstract TemplateModeAbstractTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)Computes the template mode that should be applied to a template, according to existing configuration.protected TemplateModeDefaultTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)protected TemplateModeStringTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)TemplateModeAbstractConfigurableTemplateResolver. getTemplateMode()Returns the template mode to be applied to templates resolved by this template resolver.TemplateModeDefaultTemplateResolver. getTemplateMode()Returns the template mode to be applied to templates resolved by this template resolver.TemplateModeStringTemplateResolver. getTemplateMode()Returns the template mode to be applied to templates resolved by this template resolver.TemplateModeTemplateResolution. getTemplateMode()Returns the template mode to be applied to the template, as suggested by theITemplateResolver.Methods in org.thymeleaf.templateresolver with parameters of type TemplateMode Modifier and Type Method Description voidAbstractConfigurableTemplateResolver. setTemplateMode(TemplateMode templateMode)Sets the template mode to be applied to templates resolved by this resolver.voidDefaultTemplateResolver. setTemplateMode(TemplateMode templateMode)Sets the template mode to be applied to templates resolved by this resolver.voidStringTemplateResolver. setTemplateMode(TemplateMode templateMode)Sets the template mode to be applied to templates resolved by this resolver.Constructors in org.thymeleaf.templateresolver with parameters of type TemplateMode Constructor Description TemplateResolution(ITemplateResource templateResource, boolean templateResourceExistenceVerified, TemplateMode templateMode, boolean useDecoupledLogic, ICacheEntryValidity validity)TemplateResolution(ITemplateResource templateResource, TemplateMode templateMode, ICacheEntryValidity validity) -
Uses of TemplateMode in org.thymeleaf.util
Methods in org.thymeleaf.util that return TemplateMode Modifier and Type Method Description static TemplateModeContentTypeUtils. computeTemplateModeForContentType(String contentType)static TemplateModeContentTypeUtils. computeTemplateModeForRequestPath(String requestPath)static TemplateModeContentTypeUtils. computeTemplateModeForTemplateName(String templateName)Methods in org.thymeleaf.util with parameters of type TemplateMode Modifier and Type Method Description static StringEscapedAttributeUtils. escapeAttribute(TemplateMode templateMode, String input)static StringEscapedAttributeUtils. unescapeAttribute(TemplateMode templateMode, String input)Constructors in org.thymeleaf.util with parameters of type TemplateMode Constructor Description LazyEscapingCharSequence(IEngineConfiguration configuration, TemplateMode templateMode, Object input)
-