org.glassfish.jersey.examples.freemarker.resources
Class FreemarkerResource
java.lang.Object
org.glassfish.jersey.examples.freemarker.resources.FreemarkerResource
@Path(value="/")
public class FreemarkerResource
- extends Object
- Author:
- Pavel Bucek (pavel.bucek at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreemarkerResource
public FreemarkerResource()
getHello
@Path(value="hello")
public Viewable getHello()
getAutoTemplate
@Path(value="autoTemplate")
public Viewable getAutoTemplate()
getHelloWithoutSuffix
@Path(value="helloWithoutSuffix")
public Viewable getHelloWithoutSuffix()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.