Class SkinRest

java.lang.Object
io.meeds.social.resource.rest.SkinRest

@RestController @RequestMapping("/skins") public class SkinRest extends Object
  • Constructor Details

    • SkinRest

      public SkinRest()
  • Method Details

    • getSkin

      @GetMapping("{skinType}/{skinId}") public void getSkin(jakarta.servlet.http.HttpServletResponse response, @PathVariable("skinType") String skinType, @PathVariable("skinId") String skinId, @RequestParam(name="skinName",required=false) String skinName, @RequestParam(name="orientation",defaultValue="LT",required=false) org.exoplatform.services.resources.Orientation orientation) throws IOException
      Throws:
      IOException