Package google.registry.module.pubapi
Class PubApiServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- google.registry.module.ServletBase
-
- google.registry.module.pubapi.PubApiServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public final class PubApiServlet extends ServletBase
Servlet that should handle all requests to our "default" App Engine module.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PubApiServlet()
-
Method Summary
-
Methods inherited from class google.registry.module.ServletBase
init, service
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-