Class ThemeResource

    • Constructor Detail

      • ThemeResource

        public ThemeResource()
    • 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: