@ThreadSafe public final class WebInterfaceHeaderServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
WebInterfaceHeaderServlet()
Creates a new instance of
WebInterfaceHeaderServlet . |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Populate the header with information about master.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public WebInterfaceHeaderServlet()
WebInterfaceHeaderServlet
.protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
objectresponse
- the HttpServletResponse
objectjavax.servlet.ServletException
- if the target resource throws this exceptionIOException
Copyright © 2023. All Rights Reserved.