|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.https.glassfish.resources.HelloWorldResource
@Path(value="/helloworld") @RolesAllowed(value="myRole") public class HelloWorldResource
The JAX-RS resource class will be hosted at the URI path "/helloworld".
| Constructor Summary | |
|---|---|
HelloWorldResource()
|
|
| Method Summary | |
|---|---|
Response |
getClichedMessage(javax.servlet.http.HttpServletRequest request)
HTTP GET controller method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelloWorldResource()
| Method Detail |
|---|
@GET
@Produces(value="text/plain")
public Response getClichedMessage(@Context
javax.servlet.http.HttpServletRequest request)
request - HTTP servlet request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||