public class BroadleafThymeleaf3ITemplateResource extends Object implements org.thymeleaf.templateresource.ITemplateResource
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
inputStream |
protected String |
resourceName |
| Constructor and Description |
|---|
BroadleafThymeleaf3ITemplateResource(String resourceName,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getBaseName() |
String |
getDescription() |
Reader |
reader() |
org.thymeleaf.templateresource.ITemplateResource |
relative(String s) |
protected String resourceName
protected InputStream inputStream
public BroadleafThymeleaf3ITemplateResource(String resourceName, InputStream inputStream)
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() throws IOException
reader in interface org.thymeleaf.templateresource.ITemplateResourceIOExceptionpublic org.thymeleaf.templateresource.ITemplateResource relative(String s)
relative in interface org.thymeleaf.templateresource.ITemplateResourceCopyright © 2021. All rights reserved.