@Path(value="/resources") public class ThemeResource extends Object
| Constructor and Description |
|---|
ThemeResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getResource(String version,
String themType,
String themeName,
String path)
Get theme content
|
@GET
@Path(value="/{version}/{themeType}/{themeName}/{path:.*}")
public javax.ws.rs.core.Response getResource(@PathParam(value="version")
String version,
@PathParam(value="themeType")
String themType,
@PathParam(value="themeName")
String themeName,
@PathParam(value="path")
String path)
themType - themeName - path - Copyright © 2021 JBoss by Red Hat. All rights reserved.