@Path(value="/theme") public class ThemeResource extends Object
Constructor and Description |
---|
ThemeResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getResource(String themType,
String themeName,
String path)
Get theme content
|
@GET @Path(value="/{themeType}/{themeName}/{path:.*}") public javax.ws.rs.core.Response getResource(@PathParam(value="themeType") String themType, @PathParam(value="themeName") String themeName, @PathParam(value="path") String path)
themType
- themeName
- path
- Copyright © 2015. All Rights Reserved.