public class TestEngineTemplateResource extends Object implements org.thymeleaf.templateresource.ITemplateResource
| Constructor and Description |
|---|
TestEngineTemplateResource(ITestResource resource,
String characterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getBaseName() |
String |
getDescription() |
Reader |
reader() |
org.thymeleaf.templateresource.ITemplateResource |
relative(String relativeLocation) |
public TestEngineTemplateResource(ITestResource resource, String characterEncoding)
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) throws IOException
relative in interface org.thymeleaf.templateresource.ITemplateResourceIOExceptionCopyright © 2015 The THYMELEAF team. All rights reserved.