@ThreadSafe public final class WebInterfaceGeneralServlet extends javax.servlet.http.HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
WebInterfaceGeneralServlet.StorageTierInfo
Class to make referencing tiered storage information more intuitive.
|
Constructor and Description |
---|
WebInterfaceGeneralServlet(MasterProcess masterProcess)
Creates a new instance of
WebInterfaceGeneralServlet . |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Redirects the request to a JSP after populating attributes via populateValues.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public WebInterfaceGeneralServlet(MasterProcess masterProcess)
WebInterfaceGeneralServlet
.masterProcess
- Alluxio master processprotected 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
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2023. All Rights Reserved.