Class ResourcePathFinder
- java.lang.Object
-
- io.vertigo.ui.impl.thymeleaf.components.ResourcePathFinder
-
public class ResourcePathFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourcePathFinder(String directory)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
findResourceFiles()
Searches for resource files Search files recursively
-
-
-
Constructor Detail
-
ResourcePathFinder
public ResourcePathFinder(String directory)
Constructor- Parameters:
directory
- Base directory to search resource files (e.g. templates/components)
-
-