|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
public abstract class AbstractRemoteServiceServlet
An abstract base class containing utility methods.
| Constructor Summary | |
|---|---|
AbstractRemoteServiceServlet()
|
|
| Method Summary | |
|---|---|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Standard HttpServlet method: handle the POST. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRemoteServiceServlet()
| Method Detail |
|---|
public final void doPost(HttpServletRequest request,
HttpServletResponse response)
processPost(HttpServletRequest, HttpServletResponse).
This doPost method swallows ALL exceptions, logs them in the
ServletContext, and returns a GENERIC_FAILURE_MSG response with status code
500.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||