Class FreemarkerResource


  • @Path("/")
    public class FreemarkerResource
    extends Object
    Author:
    Pavel Bucek
    • Constructor Detail

      • FreemarkerResource

        public FreemarkerResource()
    • Method Detail

      • getHello

        @GET
        @Path("hello")
        @Produces("text/html")
        public org.glassfish.jersey.server.mvc.Viewable getHello()
      • getHelloWithDefaultModel

        @GET
        @Path("hello-default-model")
        @Produces("text/html")
        public org.glassfish.jersey.server.mvc.Viewable getHelloWithDefaultModel()
      • getAutoTemplate

        @GET
        @Path("autoTemplate")
        @Produces("text/html")
        public org.glassfish.jersey.server.mvc.Viewable getAutoTemplate()
      • getHelloWithoutSuffix

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