Class UiResource


  • @Path("/")
    public class UiResource
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UiResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.jersey.server.mvc.Viewable getIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UiResource

        public UiResource()
    • Method Detail

      • getIndex

        @GET
        @Produces("text/html")
        public org.glassfish.jersey.server.mvc.Viewable getIndex()