@Path(value="/") public class FreemarkerResource extends Object
| Constructor and Description |
|---|
FreemarkerResource() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.server.mvc.Viewable |
getAutoTemplate() |
org.glassfish.jersey.server.mvc.Viewable |
getHello() |
org.glassfish.jersey.server.mvc.Viewable |
getHelloWithDefaultModel() |
org.glassfish.jersey.server.mvc.Viewable |
getHelloWithoutSuffix() |
@GET @Path(value="hello") @Produces(value="text/html") public org.glassfish.jersey.server.mvc.Viewable getHello()
@GET @Path(value="hello-default-model") @Produces(value="text/html") public org.glassfish.jersey.server.mvc.Viewable getHelloWithDefaultModel()
@GET @Path(value="autoTemplate") @Produces(value="text/html") public org.glassfish.jersey.server.mvc.Viewable getAutoTemplate()
@GET @Path(value="helloWithoutSuffix") @Produces(value="text/html") public org.glassfish.jersey.server.mvc.Viewable getHelloWithoutSuffix()
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.