public class SuidServlet
extends javax.servlet.http.HttpServlet
SuidService.SuidService,
Serialized Form| Constructor and Description |
|---|
SuidServlet()
Empty constructor, does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles incoming GET requests.
|
void |
init()
Initializes this servlet and the associated
SuidService. |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
SuidService.
This method reads the parameter shard from the servlet configuration and then
invokes SuidService#init with it.
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionSuidService.init(int)protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2015. All rights reserved.