jar

com.github.ayongw : thymeleaf-dynamic-url-dialect

Maven & Gradle

Mar 09, 2020
1 stars

thymeleaf-dynamic-url-dialect · dynamic replace resources url for thymeleaf

Table Of Contents

Latest Version

Download com.github.ayongw : thymeleaf-dynamic-url-dialect JAR file - Latest Versions:

All Versions

Download com.github.ayongw : thymeleaf-dynamic-url-dialect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window thymeleaf-dynamic-url-dialect-1.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ayongw.thymeleaf.dynamicurl.processor

├─ com.github.ayongw.thymeleaf.dynamicurl.processor.AbstractResourceLocationAttributeTagProcessor.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.processor.DynamicHrefAttributeTagProcessor.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.processor.DynamicSrcAttributeTagProcessor.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.processor.DynamicUrlAttributeTagProcessor.class - [JAR]

com.github.ayongw.thymeleaf.dynamicurl.bootconf

├─ com.github.ayongw.thymeleaf.dynamicurl.bootconf.DynamicResourceLocationDialectAutoConfiguration.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.bootconf.EnableDynamicReourceLocationReplace.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.bootconf.LocalResourceMappingConfigProps.class - [JAR]

com.github.ayongw.thymeleaf.dynamicurl.service.impl

├─ com.github.ayongw.thymeleaf.dynamicurl.service.impl.BaseResourceTranslatorServiceImpl.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.service.impl.CacheResourceTranslatorServiceImpl.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.service.impl.PropertyDynamicResourceLocationServiceImpl.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.service.impl.SimpleResourceTranslatorServiceImpl.class - [JAR]

com.github.ayongw.thymeleaf.dynamicurl.service

├─ com.github.ayongw.thymeleaf.dynamicurl.service.DynamicResourceLocationService.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.service.ResourceTranslatorService.class - [JAR]

com.github.ayongw.thymeleaf.dynamicurl.dialect

├─ com.github.ayongw.thymeleaf.dynamicurl.dialect.DynamicProcessConf.class - [JAR]

├─ com.github.ayongw.thymeleaf.dynamicurl.dialect.DynamicResourceLocationDialect.class - [JAR]

com.github.ayongw.thymeleaf.dynamicurl.utils

├─ com.github.ayongw.thymeleaf.dynamicurl.utils.InnerUtils.class - [JAR]