Package io.meeds.social.resource.rest
Class SkinRest
java.lang.Object
io.meeds.social.resource.rest.SkinRest
-
Constructor Summary
Constructors -
Method Summary
-
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
-