Package org.apache.unomi.web
Class ClientServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.unomi.web.ClientServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Deprecated public class ClientServlet extends javax.servlet.http.HttpServlet
Deprecated.this servlet is now deprecated, because it have been migrated to REST endpoint. A servlet filter to serve a context-specific Javascript containing the current request context object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientServlet()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
Deprecated.- Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
-
destroy
public void destroy()
Deprecated.- Specified by:
destroy
in interfacejavax.servlet.Servlet
- Overrides:
destroy
in classjavax.servlet.GenericServlet
-
service
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
Deprecated.- Overrides:
service
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
-
setConfigSharingService
public void setConfigSharingService(ConfigSharingService configSharingService)
Deprecated.
-
setAllowedProfileDownloadFormats
public void setAllowedProfileDownloadFormats(String allowedProfileDownloadFormats)
Deprecated.
-
-