Exemplo n.º 1
0
 @Override
 public String toString() {
   return resource.getFilename();
 }
Exemplo n.º 2
0
 @Override
 public JtwigResource resolve(String relativePath) throws ResourceException {
   return new ThemeViewResource(parentOf(resource.getFilename()).append(relativePath).normalize());
 }