Package net.anotheria.anosite.hotsync
Class HotsyncServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- net.anotheria.moskito.web.MoskitoHttpServlet
-
- net.anotheria.anosite.shared.presentation.servlet.BaseAnoSiteServlet
-
- net.anotheria.anosite.hotsync.HotsyncServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,net.anotheria.moskito.core.producers.IStatsProducer
public class HotsyncServlet extends BaseAnoSiteServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_IDstatic StringPARAM_TYPE
-
Constructor Summary
Constructors Constructor Description HotsyncServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmoskitoDoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)-
Methods inherited from class net.anotheria.anosite.shared.presentation.servlet.BaseAnoSiteServlet
extractArtifactName, getProducerId
-
Methods inherited from class net.anotheria.moskito.web.MoskitoHttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getCategory, getLastModified, getMonitoringIntervals, getStats, getSubsystem, init, moskitoDoDelete, moskitoDoHead, moskitoDoOptions, moskitoDoPost, moskitoDoPut, moskitoDoTrace, moskitoGetLastModified, useShortStatList
-
-
-
-
Field Detail
-
PARAM_ID
public static final String PARAM_ID
- See Also:
- Constant Field Values
-
PARAM_TYPE
public static final String PARAM_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
moskitoDoGet
protected void moskitoDoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException- Overrides:
moskitoDoGetin classnet.anotheria.moskito.web.MoskitoHttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
-