|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.fighterfish.sample.uas.simplejaxrs.MyResource
@RequestScoped public class MyResource
Example resource class hosted at the URI path "/login"
| Constructor Summary | |
|---|---|
MyResource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIt()
Method processing HTTP GET requests, producing "text/plain" MIME media type. |
java.lang.String |
getLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyResource()
| Method Detail |
|---|
public java.lang.String getIt()
public java.lang.String getLogin(@Context
javax.servlet.http.HttpServletRequest request,
@Context
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
javax.servlet.ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||