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 TemplateMode
TemplateSpec. 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 TemplateMode
TemplateCacheKey. 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 TemplateMode
AbstractEngineContext. getTemplateMode()
TemplateMode
ITemplateContext. 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 TemplateMode
TemplateData. getTemplateMode()
Returns the template mode the template is being processed with.TemplateMode
TemplateModel. getTemplateMode()
Methods in org.thymeleaf.engine with parameters of type TemplateMode Modifier and Type Method Description AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, char[] attributeName, int attributeNameOffset, int attributeNameLen)
AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, String attributeName)
AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, String prefix, String attributeName)
static AttributeName
AttributeNames. forName(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen)
static AttributeName
AttributeNames. forName(TemplateMode templateMode, String attributeName)
static AttributeName
AttributeNames. forName(TemplateMode templateMode, String prefix, String attributeName)
ElementDefinition
ElementDefinitions. forName(TemplateMode templateMode, char[] elementName, int elementNameOffset, int elementNameLen)
ElementDefinition
ElementDefinitions. forName(TemplateMode templateMode, String elementName)
ElementDefinition
ElementDefinitions. forName(TemplateMode templateMode, String prefix, String elementName)
static ElementName
ElementNames. forName(TemplateMode templateMode, char[] elementNameBuffer, int elementNameOffset, int elementNameLen)
static ElementName
ElementNames. forName(TemplateMode templateMode, String elementName)
static ElementName
ElementNames. forName(TemplateMode templateMode, String prefix, String elementName)
TemplateModel
TemplateManager. parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)
TemplateModel
TemplateManager. 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 TemplateMode
ExecutionInfo. getProcessedTemplateMode()
Returns the template mode (TemplateMode
) of the first-level template.TemplateMode
ExecutionInfo. 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 theTemplateMode
s 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 TemplateMode
IElementTag. getTemplateMode()
Returns the template mode to which this element tag is linked.TemplateMode
IModel. 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 TemplateMode
IPostProcessor. getTemplateMode()
Returns the template mode this post-processor should be executed for.TemplateMode
PostProcessor. 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 TemplateMode
IPreProcessor. getTemplateMode()
Returns the template mode this pre-processor should be executed for.TemplateMode
PreProcessor. 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 TemplateMode
AbstractProcessor. getTemplateMode()
TemplateMode
IProcessor. 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 TemplateMode
MatchingAttributeName. getTemplateMode()
TemplateMode
MatchingElementName. getTemplateMode()
Methods in org.thymeleaf.processor.element with parameters of type TemplateMode Modifier and Type Method Description static MatchingAttributeName
MatchingAttributeName. forAllAttributes(TemplateMode templateMode)
static MatchingAttributeName
MatchingAttributeName. forAllAttributesWithPrefix(TemplateMode templateMode, String matchingAllAttributesWithPrefix)
static MatchingElementName
MatchingElementName. forAllElements(TemplateMode templateMode)
static MatchingElementName
MatchingElementName. forAllElementsWithPrefix(TemplateMode templateMode, String matchingAllElementsWithPrefix)
static MatchingAttributeName
MatchingAttributeName. forAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName)
static MatchingElementName
MatchingElementName. 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 TemplateMode
TemplateMode. parse(String mode)
static TemplateMode
TemplateMode. 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 void
ITemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)
void
ITemplateParser. 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 void
AbstractMarkupTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)
void
AbstractMarkupTemplateParser. 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 DecoupledTemplateLogic
DecoupledTemplateLogicUtils. computeDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, org.attoparser.IMarkupParser parser)
ITemplateResource
IDecoupledTemplateLogicResolver. resolveDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode)
Resolve anITemplateResource
object containing the decoupled template logic to be applied to the template being processed.ITemplateResource
StandardDecoupledTemplateLogicResolver. 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 void
RawTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)
void
RawTemplateParser. 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 void
AbstractTextTemplateParser. parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)
void
AbstractTextTemplateParser. 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 TemplateMode
AbstractConfigurableTemplateResolver. DEFAULT_TEMPLATE_MODE
Default template mode:HTML
static TemplateMode
DefaultTemplateResolver. DEFAULT_TEMPLATE_MODE
Default template mode:HTML
static TemplateMode
StringTemplateResolver. DEFAULT_TEMPLATE_MODE
Default template mode:HTML
Methods in org.thymeleaf.templateresolver that return TemplateMode Modifier and Type Method Description protected TemplateMode
AbstractConfigurableTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)
protected abstract TemplateMode
AbstractTemplateResolver. 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 TemplateMode
DefaultTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)
protected TemplateMode
StringTemplateResolver. computeTemplateMode(IEngineConfiguration configuration, String ownerTemplate, String template, Map<String,Object> templateResolutionAttributes)
TemplateMode
AbstractConfigurableTemplateResolver. getTemplateMode()
Returns the template mode to be applied to templates resolved by this template resolver.TemplateMode
DefaultTemplateResolver. getTemplateMode()
Returns the template mode to be applied to templates resolved by this template resolver.TemplateMode
StringTemplateResolver. getTemplateMode()
Returns the template mode to be applied to templates resolved by this template resolver.TemplateMode
TemplateResolution. 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 void
AbstractConfigurableTemplateResolver. setTemplateMode(TemplateMode templateMode)
Sets the template mode to be applied to templates resolved by this resolver.void
DefaultTemplateResolver. setTemplateMode(TemplateMode templateMode)
Sets the template mode to be applied to templates resolved by this resolver.void
StringTemplateResolver. 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 TemplateMode
ContentTypeUtils. computeTemplateModeForContentType(String contentType)
static TemplateMode
ContentTypeUtils. computeTemplateModeForRequestPath(String requestPath)
static TemplateMode
ContentTypeUtils. computeTemplateModeForTemplateName(String templateName)
Methods in org.thymeleaf.util with parameters of type TemplateMode Modifier and Type Method Description static String
EscapedAttributeUtils. escapeAttribute(TemplateMode templateMode, String input)
static String
EscapedAttributeUtils. unescapeAttribute(TemplateMode templateMode, String input)
Constructors in org.thymeleaf.util with parameters of type TemplateMode Constructor Description LazyEscapingCharSequence(IEngineConfiguration configuration, TemplateMode templateMode, Object input)
-