@ThreadSafe public final class WebInterfaceConfigurationServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
WebInterfaceConfigurationServlet(FileSystemMaster fsMaster,
MetaMaster metaMaster)
Creates a new instance of
WebInterfaceConfigurationServlet . |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Populates attributes before redirecting to a jsp.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public WebInterfaceConfigurationServlet(FileSystemMaster fsMaster, MetaMaster metaMaster)
WebInterfaceConfigurationServlet
.fsMaster
- file system master to get white listmetaMaster
- the meta master to get configurationpublic 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.