Package org.keycloak.services.resources
Class ThemeResource
- java.lang.Object
- 
- org.keycloak.services.resources.ThemeResource
 
- 
 @Path("/resources") public class ThemeResource extends ObjectTheme resource- Author:
- Stian Thorgersen
 
- 
- 
Constructor SummaryConstructors Constructor Description ThemeResource()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetResource(String version, String themType, String themeName, String path)Get theme content
 
- 
- 
- 
Method Detail- 
getResource@GET @Path("/{version}/{themeType}/{themeName}/{path:.*}") public javax.ws.rs.core.Response getResource(@PathParam("version") String version, @PathParam("themeType") String themType, @PathParam("themeName") String themeName, @PathParam("path") String path)Get theme content- Parameters:
- themType-
- themeName-
- path-
- Returns:
 
 
- 
 
-