文件名称: thymeleaf-2.0.0-beta1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>2.0.0-beta1</version>
</dependency>Gradle:
implementation group: 'org.thymeleaf', name: 'thymeleaf', version: '2.0.0-beta1'
Gradle (Short):
implementation 'org.thymeleaf:thymeleaf:2.0.0-beta1'
Gradle (Kotlin):
implementation("org.thymeleaf:thymeleaf:2.0.0-beta1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.thymeleaf
org.thymeleaf.cache
org.thymeleaf.context
org.thymeleaf.dialect
org.thymeleaf.doctype
org.thymeleaf.doctype.resolution
org.thymeleaf.doctype.translation
org.thymeleaf.dom
org.thymeleaf.exceptions
org.thymeleaf.expression
org.thymeleaf.messageresolver
org.thymeleaf.processor
org.thymeleaf.processor.attr
org.thymeleaf.processor.element
org.thymeleaf.processor.text
org.thymeleaf.resourceresolver
org.thymeleaf.standard
org.thymeleaf.standard.expression
org.thymeleaf.standard.inliner
org.thymeleaf.standard.processor.attr
org.thymeleaf.standard.processor.text
org.thymeleaf.templatemode
org.thymeleaf.templateparser
org.thymeleaf.templateparser.html
org.thymeleaf.templateparser.xmldom
org.thymeleaf.templateparser.xmlsax
org.thymeleaf.templateresolver
org.thymeleaf.templatewriter
org.thymeleaf.utilorg.thymeleaf.Arguments
org.thymeleaf.Configuration
org.thymeleaf.DialectConfiguration
org.thymeleaf.PatternSpec
org.thymeleaf.Standards
org.thymeleaf.Template
org.thymeleaf.TemplateEngine
org.thymeleaf.TemplateProcessingParameters
org.thymeleaf.TemplateRepository
org.thymeleaf.cache.AbstractCacheManager
org.thymeleaf.cache.ICache
org.thymeleaf.cache.ICacheEntryValidityChecker
org.thymeleaf.cache.ICacheManager
org.thymeleaf.cache.StandardCache
org.thymeleaf.cache.StandardCacheManager
org.thymeleaf.cache.StandardParsedTemplateEntryValidator
org.thymeleaf.context.AbstractContext
org.thymeleaf.context.AbstractContextExecutionInfo
org.thymeleaf.context.Context
org.thymeleaf.context.ContextExecutionInfo
org.thymeleaf.context.IContext
org.thymeleaf.context.IContextExecutionInfo
org.thymeleaf.context.IWebContext
org.thymeleaf.context.VariablesMap
org.thymeleaf.context.WebContext
org.thymeleaf.context.WebContextExecutionInfo
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractXHTMLEnabledDialect
org.thymeleaf.dialect.IDialect
org.thymeleaf.doctype.DocTypeIdentifier
org.thymeleaf.doctype.resolution.ClassLoaderDocTypeResolutionEntry
org.thymeleaf.doctype.resolution.FileDocTypeResolutionEntry
org.thymeleaf.doctype.resolution.IDocTypeResolutionEntry
org.thymeleaf.doctype.resolution.ServletContextDocTypeResolutionEntry
org.thymeleaf.doctype.translation.DocTypeTranslation
org.thymeleaf.doctype.translation.IDocTypeTranslation
org.thymeleaf.dom.AbstractTextNode
org.thymeleaf.dom.Attribute
org.thymeleaf.dom.CDATASection
org.thymeleaf.dom.Comment
org.thymeleaf.dom.DOMSelector
org.thymeleaf.dom.DOMVisitor
org.thymeleaf.dom.DocType
org.thymeleaf.dom.Document
org.thymeleaf.dom.Element
org.thymeleaf.dom.NestableNode
org.thymeleaf.dom.Node
org.thymeleaf.dom.Text
org.thymeleaf.exceptions.AlreadyInitializedException
org.thymeleaf.exceptions.CacheConfigurationException
org.thymeleaf.exceptions.ConfigurationException
org.thymeleaf.exceptions.NotInitializedException
org.thymeleaf.exceptions.ParserInitializationException
org.thymeleaf.exceptions.TemplateEngineException
org.thymeleaf.exceptions.TemplateInputException
org.thymeleaf.exceptions.TemplateOutputException
org.thymeleaf.exceptions.TemplateProcessingException
org.thymeleaf.expression.Aggregates
org.thymeleaf.expression.Arrays
org.thymeleaf.expression.Bools
org.thymeleaf.expression.Calendars
org.thymeleaf.expression.Dates
org.thymeleaf.expression.ExpressionEvaluatorObjects
org.thymeleaf.expression.Ids
org.thymeleaf.expression.Lists
org.thymeleaf.expression.Maps
org.thymeleaf.expression.Messages
org.thymeleaf.expression.Numbers
org.thymeleaf.expression.Objects
org.thymeleaf.expression.Sets
org.thymeleaf.expression.Strings
org.thymeleaf.messageresolver.AbstractMessageResolver
org.thymeleaf.messageresolver.IMessageResolver
org.thymeleaf.messageresolver.MessageResolution
org.thymeleaf.messageresolver.StandardMessageResolver
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.AttributeNameProcessorMatcher
org.thymeleaf.processor.ElementNameProcessorMatcher
org.thymeleaf.processor.IAttributeNameProcessorMatcher
org.thymeleaf.processor.IElementNameProcessorMatcher
org.thymeleaf.processor.IProcessor
org.thymeleaf.processor.IProcessorMatcher
org.thymeleaf.processor.ITextNodeProcessorMatcher
org.thymeleaf.processor.ProcessorAndContext
org.thymeleaf.processor.ProcessorMatchingContext
org.thymeleaf.processor.ProcessorResult
org.thymeleaf.processor.TextNodeProcessorMatcher
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor.ModificationType
org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
org.thymeleaf.processor.attr.AbstractConditionalFixedValueAttrProcessor
org.thymeleaf.processor.attr.AbstractConditionalVisibilityAttrProcessor
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.AbstractFragmentSpec
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.CompleteTemplateFragmentSpec
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.DOMSelectorFragmentSpec
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.NamedFragmentSpec
org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
org.thymeleaf.processor.attr.AbstractIterationAttrProcessor.IterationSpec
org.thymeleaf.processor.attr.AbstractIterationAttrProcessor.StatusVar
org.thymeleaf.processor.attr.AbstractLocalVariableDefinitionAttrProcessor
org.thymeleaf.processor.attr.AbstractNoOpAttrProcessor
org.thymeleaf.processor.attr.AbstractRemovalAttrProcessor
org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
org.thymeleaf.processor.attr.AbstractSingleAttributeModifierAttrProcessor
org.thymeleaf.processor.attr.AbstractTextChildModifierAttrProcessor
org.thymeleaf.processor.attr.AbstractUnescapedTextChildModifierAttrProcessor
org.thymeleaf.processor.element.AbstractConditionalVisibilityElementProcessor
org.thymeleaf.processor.element.AbstractElementProcessor
org.thymeleaf.processor.element.AbstractFragmentElementProcessor
org.thymeleaf.processor.element.AbstractFragmentElementProcessor.AbstractFragmentSpec
org.thymeleaf.processor.element.AbstractFragmentElementProcessor.CompleteTemplateFragmentSpec
org.thymeleaf.processor.element.AbstractFragmentElementProcessor.DOMSelectorFragmentSpec
org.thymeleaf.processor.element.AbstractFragmentElementProcessor.NamedFragmentSpec
org.thymeleaf.processor.element.AbstractIterationElementProcessor
org.thymeleaf.processor.element.AbstractIterationElementProcessor.IterationSpec
org.thymeleaf.processor.element.AbstractIterationElementProcessor.StatusVar
org.thymeleaf.processor.element.AbstractLocalVariableDefinitionElementProcessor
org.thymeleaf.processor.element.AbstractMarkupSubstitutionElementProcessor
org.thymeleaf.processor.element.AbstractNoOpElementProcessor
org.thymeleaf.processor.element.AbstractRemovalElementProcessor
org.thymeleaf.processor.element.AbstractSelectionTargetElementProcessor
org.thymeleaf.processor.element.AbstractTextChildModifierElementProcessor
org.thymeleaf.processor.element.AbstractUnescapedTextChildModifierElementProcessor
org.thymeleaf.processor.text.AbstractTextNodeProcessor
org.thymeleaf.resourceresolver.ClassLoaderResourceResolver
org.thymeleaf.resourceresolver.FileResourceResolver
org.thymeleaf.resourceresolver.IResourceResolver
org.thymeleaf.resourceresolver.ServletContextResourceResolver
org.thymeleaf.resourceresolver.UrlResourceResolver
org.thymeleaf.standard.StandardDialect
org.thymeleaf.standard.StandardMessageResolutionUtils
org.thymeleaf.standard.expression.AdditionExpression
org.thymeleaf.standard.expression.AdditionSubtractionExpression
org.thymeleaf.standard.expression.AndExpression
org.thymeleaf.standard.expression.Assignation
org.thymeleaf.standard.expression.AssignationSequence
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.ConditionalExpression
org.thymeleaf.standard.expression.DefaultExpression
org.thymeleaf.standard.expression.DivisionExpression
org.thymeleaf.standard.expression.Each
org.thymeleaf.standard.expression.EqualsExpression
org.thymeleaf.standard.expression.EqualsNotEqualsExpression
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ExpressionSequence
org.thymeleaf.standard.expression.FragmentSelection
org.thymeleaf.standard.expression.GreaterLesserExpression
org.thymeleaf.standard.expression.GreaterOrEqualToExpression
org.thymeleaf.standard.expression.GreaterThanExpression
org.thymeleaf.standard.expression.IStandardExpressionEvaluator
org.thymeleaf.standard.expression.LessOrEqualToExpression
org.thymeleaf.standard.expression.LessThanExpression
org.thymeleaf.standard.expression.LinkExpression
org.thymeleaf.standard.expression.LiteralValue
org.thymeleaf.standard.expression.MessageExpression
org.thymeleaf.standard.expression.MinusExpression
org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression
org.thymeleaf.standard.expression.MultiplicationExpression
org.thymeleaf.standard.expression.NegationExpression
org.thymeleaf.standard.expression.NotEqualsExpression
org.thymeleaf.standard.expression.NumberLiteralExpression
org.thymeleaf.standard.expression.OgnlExpressionEvaluator
org.thymeleaf.standard.expression.OrExpression
org.thymeleaf.standard.expression.RemainderExpression
org.thymeleaf.standard.expression.SelectionVariableExpression
org.thymeleaf.standard.expression.SimpleExpression
org.thymeleaf.standard.expression.StandardExpressionExecutor
org.thymeleaf.standard.expression.StandardExpressionParser
org.thymeleaf.standard.expression.StandardExpressionProcessor
org.thymeleaf.standard.expression.SubtractionExpression
org.thymeleaf.standard.expression.TextLiteralExpression
org.thymeleaf.standard.expression.Token
org.thymeleaf.standard.expression.VariableExpression
org.thymeleaf.standard.inliner.AbstractStandardScriptingTextInliner
org.thymeleaf.standard.inliner.IStandardTextInliner
org.thymeleaf.standard.inliner.StandardDartTextInliner
org.thymeleaf.standard.inliner.StandardJavaScriptTextInliner
org.thymeleaf.standard.inliner.StandardTextTextInliner
org.thymeleaf.standard.processor.attr.AbstractStandardAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardConditionalFixedValueAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardConditionalVisibilityAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardFragmentAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardIterationAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardLocalVariableDefinitionAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardSingleAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardTextChildModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardTextInlinerAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardUnescapedTextChildModifierAttrProcessor
org.thymeleaf.standard.processor.attr.StandardAltTitleAttrProcessor
org.thymeleaf.standard.processor.attr.StandardAttrAttrProcessor
org.thymeleaf.standard.processor.attr.StandardAttrappendAttrProcessor
org.thymeleaf.standard.processor.attr.StandardAttrprependAttrProcessor
org.thymeleaf.standard.processor.attr.StandardClassappendAttrProcessor
org.thymeleaf.standard.processor.attr.StandardConditionalFixedValueAttrProcessor
org.thymeleaf.standard.processor.attr.StandardDOMEventAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.StandardEachAttrProcessor
org.thymeleaf.standard.processor.attr.StandardFragmentAttrProcessor
org.thymeleaf.standard.processor.attr.StandardIfAttrProcessor
org.thymeleaf.standard.processor.attr.StandardIncludeAttrProcessor
org.thymeleaf.standard.processor.attr.StandardInlineAttrProcessor
org.thymeleaf.standard.processor.attr.StandardLangXmlLangAttrProcessor
org.thymeleaf.standard.processor.attr.StandardObjectAttrProcessor
org.thymeleaf.standard.processor.attr.StandardRemoveAttrProcessor
org.thymeleaf.standard.processor.attr.StandardSingleNonRemovableAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.StandardSingleRemovableAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.StandardSubstituteByAttrProcessor
org.thymeleaf.standard.processor.attr.StandardTextAttrProcessor
org.thymeleaf.standard.processor.attr.StandardUnlessAttrProcessor
org.thymeleaf.standard.processor.attr.StandardUtextAttrProcessor
org.thymeleaf.standard.processor.attr.StandardWithAttrProcessor
org.thymeleaf.standard.processor.attr.StandardXmlBaseAttrProcessor
org.thymeleaf.standard.processor.attr.StandardXmlLangAttrProcessor
org.thymeleaf.standard.processor.attr.StandardXmlSpaceAttrProcessor
org.thymeleaf.standard.processor.text.StandardTextInliningTextProcessor
org.thymeleaf.templatemode.ITemplateModeHandler
org.thymeleaf.templatemode.StandardTemplateModeHandlers
org.thymeleaf.templatemode.TemplateModeHandler
org.thymeleaf.templateparser.EntityResolver
org.thymeleaf.templateparser.EntitySubstitutionTemplateReader
org.thymeleaf.templateparser.ErrorHandler
org.thymeleaf.templateparser.ITemplateParser
org.thymeleaf.templateparser.html.AbstractHtmlTemplateParser
org.thymeleaf.templateparser.html.LegacyHtml5TemplateParser
org.thymeleaf.templateparser.xmldom.AbstractNonValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.AbstractValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.XhtmlAndHtml5NonValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.XhtmlValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.XmlNonValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.XmlValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmlsax.AbstractNonValidatingSAXTemplateParser
org.thymeleaf.templateparser.xmlsax.AbstractValidatingSAXTemplateParser
org.thymeleaf.templateparser.xmlsax.XhtmlAndHtml5NonValidatingSAXTemplateParser
org.thymeleaf.templateparser.xmlsax.XhtmlValidatingSAXTemplateParser
org.thymeleaf.templateparser.xmlsax.XmlNonValidatingSAXTemplateParser
org.thymeleaf.templateparser.xmlsax.XmlValidatingSAXTemplateParser
org.thymeleaf.templateresolver.AbstractTemplateResolver
org.thymeleaf.templateresolver.AlwaysValidTemplateResolutionValidity
org.thymeleaf.templateresolver.ClassLoaderTemplateResolver
org.thymeleaf.templateresolver.FileTemplateResolver
org.thymeleaf.templateresolver.ITemplateResolutionValidity
org.thymeleaf.templateresolver.ITemplateResolver
org.thymeleaf.templateresolver.NonCacheableTemplateResolutionValidity
org.thymeleaf.templateresolver.ServletContextTemplateResolver
org.thymeleaf.templateresolver.TTLTemplateResolutionValidity
org.thymeleaf.templateresolver.TemplateResolution
org.thymeleaf.templateresolver.TemplateResolver
org.thymeleaf.templateresolver.UrlTemplateResolver
org.thymeleaf.templatewriter.AbstractGeneralTemplateWriter
org.thymeleaf.templatewriter.ITemplateWriter
org.thymeleaf.templatewriter.XhtmlHtml5TemplateWriter
org.thymeleaf.templatewriter.XmlTemplateWriter
org.thymeleaf.util.AggregateUtils
org.thymeleaf.util.ArrayUtils
org.thymeleaf.util.DOMUtils
org.thymeleaf.util.DartUtils
org.thymeleaf.util.DateUtils
org.thymeleaf.util.IdentityCounter
org.thymeleaf.util.JavaScriptUtils
org.thymeleaf.util.ListUtils
org.thymeleaf.util.MapUtils
org.thymeleaf.util.MessageResolutionUtils
org.thymeleaf.util.NumberPointType
org.thymeleaf.util.NumberUtils
org.thymeleaf.util.ObjectUtils
org.thymeleaf.util.PatternUtils
org.thymeleaf.util.PrefixUtils
org.thymeleaf.util.ResourcePool
org.thymeleaf.util.SetUtils
org.thymeleaf.util.StandardDOMTranslator
org.thymeleaf.util.StringUtils
org.thymeleaf.util.Validate