Package org.fenixedu.cms.ui
Class CMSAssetsController
- java.lang.Object
-
- org.fenixedu.cms.ui.CMSAssetsController
-
@Controller @RequestMapping("/cms/assets") public class CMSAssetsController extends Object
-
-
Constructor Summary
Constructors Constructor Description CMSAssetsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidasset(String type, String hash, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
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
-
-