org.thymeleaf.testing.templateengine.resource
Interface ILocalTestResource

All Superinterfaces:
ITestResource
All Known Implementing Classes:
LocalFileTestResource, LocalFolderTestResource

public interface ILocalTestResource
extends ITestResource


Method Summary
 String getCharacterEncoding()
           
 File getResourceFile()
           
 
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
 

Method Detail

getResourceFile

File getResourceFile()

getCharacterEncoding

String getCharacterEncoding()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.