Class TemplateService


  • @Path("/")
    public class TemplateService
    extends java.lang.Object
    Template service resource class. This service has endpoints that renders content from several template engines.
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response helloMustache​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • TemplateService

        public TemplateService()
    • Method Detail

      • helloMustache

        @GET
        @Path("/{name}")
        public javax.ws.rs.core.Response helloMustache​(@PathParam("name")
                                                       java.lang.String name)