|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.examples.freemarker.resources.FreemarkerResource
@Path(value="/") public class FreemarkerResource
| Constructor Summary | |
|---|---|
FreemarkerResource()
|
|
| Method Summary | |
|---|---|
Viewable |
getAutoTemplate()
|
Viewable |
getHello()
|
Viewable |
getHelloWithoutSuffix()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FreemarkerResource()
| Method Detail |
|---|
@GET @Path(value="hello") @Produces(value="text/html") public Viewable getHello()
@GET @Path(value="autoTemplate") @Produces(value="text/html") public Viewable getAutoTemplate()
@GET @Path(value="helloWithoutSuffix") @Produces(value="text/html") public Viewable getHelloWithoutSuffix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||