@Path(value="/template") public class TemplateService extends Object
TemplateService()
String
helloMustache(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TemplateService()
@GET @Path(value="/mustache/{name}") public String helloMustache(@PathParam(value="name") String name)
Copyright © 2016 WSO2. All rights reserved.