Package org.fenixedu.cms.ui
Class CMSAssetsController
java.lang.Object
org.fenixedu.cms.ui.CMSAssetsController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CMSAssetsController
public CMSAssetsController()
-
-
Method Details
-
asset
@Path("/{type}/{hash}/{path:.*}") @GET public void asset(@PathParam("type") String type, @PathParam("hash") String hash, @PathParam("path") String path, @Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-