| 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()
Copyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.