public class LuceneTemplateResource extends Object implements org.thymeleaf.templateresource.ITemplateResource
| Constructor and Description |
|---|
LuceneTemplateResource(org.apache.lucene.analysis.util.ResourceLoader resourceLoader,
String path,
String characterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getBaseName() |
String |
getDescription() |
Reader |
reader() |
org.thymeleaf.templateresource.ITemplateResource |
relative(String relativeLocation) |
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 relativeLocation)
relative in interface org.thymeleaf.templateresource.ITemplateResourceCopyright © 2020 solr.cool. All rights reserved.