Class WelcomeResources

java.lang.Object
org.opencastproject.runtimeinfo.ui.WelcomeResources

@Path("/") public class WelcomeResources extends Object
  • Constructor Details

    • WelcomeResources

      public WelcomeResources()
  • Method Details

    • img

      @GET @Path("{path: .*}") public javax.ws.rs.core.Response img(@PathParam("path") String path)
    • staticResources

      @GET @Path("{path: (img|scripts|styles)/.*}") public javax.ws.rs.core.Response staticResources(@PathParam("path") String path)