public class BroadleafThymeleaf3StringResourceResolver extends Object implements org.thymeleaf.templateresource.ITemplateResource
| Constructor and Description |
|---|
BroadleafThymeleaf3StringResourceResolver(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getBaseName() |
String |
getDescription() |
Reader |
reader() |
org.thymeleaf.templateresource.ITemplateResource |
relative(String relativeLocation) |
protected InputStream |
resolveResource() |
protected String path
public BroadleafThymeleaf3StringResourceResolver(String path)
public String getDescription()
getDescription in interface org.thymeleaf.templateresource.ITemplateResourcepublic String getBaseName()
getBaseName in interface org.thymeleaf.templateresource.ITemplateResourcepublic boolean exists()
exists in interface org.thymeleaf.templateresource.ITemplateResourcepublic Reader reader()
reader in interface org.thymeleaf.templateresource.ITemplateResourcepublic org.thymeleaf.templateresource.ITemplateResource relative(String relativeLocation)
relative in interface org.thymeleaf.templateresource.ITemplateResourceprotected InputStream resolveResource()
Copyright © 2023. All rights reserved.