@Deprecated
public abstract class AbstractSubServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
|
private Subscriptions |
subscriptions
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractSubServlet(Subscriptions subscriptions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
private static final long serialVersionUID
private final Subscriptions subscriptions
protected AbstractSubServlet(Subscriptions subscriptions)
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException