Class CMSAssetsController

java.lang.Object
org.fenixedu.cms.ui.CMSAssetsController

@Path("/cms/assets") public class CMSAssetsController extends Object
  • 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