@Deprecated public class ClientServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
ClientServlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
|
void |
init(javax.servlet.ServletConfig config)
Deprecated.
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
|
void |
setAllowedProfileDownloadFormats(String allowedProfileDownloadFormats)
Deprecated.
|
void |
setConfigSharingService(ConfigSharingService configSharingService)
Deprecated.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void setConfigSharingService(ConfigSharingService configSharingService)
public void setAllowedProfileDownloadFormats(String allowedProfileDownloadFormats)
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.