Package org.vrspace.server.api
Class TextureController
- java.lang.Object
-
- org.vrspace.server.api.ApiBase
-
- org.vrspace.server.api.TextureController
-
@RestController @RequestMapping("/vrspace/api/textures") public class TextureController extends ApiBase
Manages textures known to the server.- Author:
- joe
-
-
Constructor Summary
Constructors Constructor Description TextureController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
list()
List all jpg and png files in content directory hierarchyList<String>
search(String pattern)
Search textures that contain given substring
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-