Class CMSAssetsController


  • @Controller
    @RequestMapping("/cms/assets")
    public class CMSAssetsController
    extends Object
    • Constructor Detail

      • CMSAssetsController

        public CMSAssetsController()
    • Method Detail

      • asset

        @RequestMapping("/{type}/{hash}/**")
        public void asset​(@PathVariable
                          String type,
                          @PathVariable
                          String hash,
                          javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws IOException
        Throws:
        IOException