|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldResource
@Path(value="helloworld") public class HelloWorldResource
| Field Summary | |
|---|---|
static java.lang.String |
CLICHED_MESSAGE
|
| Constructor Summary | |
|---|---|
HelloWorldResource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHello()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLICHED_MESSAGE
| Constructor Detail |
|---|
public HelloWorldResource()
| Method Detail |
|---|
@GET @Produces(value="text/plain") public java.lang.String getHello()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||