List of usage examples for javax.servlet.http HttpServlet subclass-usage
From source file control.ProcesoVertimientosServlets.InsertarResultadoSupervision.java
/** * * @author illustrato */ @WebServlet(name = "InsertarResultadoSupervision", urlPatterns = { "/InsertarResultadoSupervision" }) public class InsertarResultadoSupervision extends HttpServlet {
From source file com.dbx.feedlab.getFeedJSONServlet.java
/** * * @author vkamentsev */ @WebServlet(name = "getFeedJSONServlet", urlPatterns = { "/feed" }) public class getFeedJSONServlet extends HttpServlet {
From source file control.ParametrizacionServlets.EliminarTiposContactos.java
/** * * @author illustrato */ @WebServlet(name = "EliminarTiposContactos", urlPatterns = { "/EliminarTiposContactos" }) public class EliminarTiposContactos extends HttpServlet {
From source file servlets.DeleteStudentServlet.java
/** * * @author GeForce */ public class DeleteStudentServlet extends HttpServlet {
From source file net.javacrumbs.test.AbstractServlet.java
public abstract class AbstractServlet extends HttpServlet { public static final String MAX = "max"; protected static final String CONTENT_TYPE = "text/plain"; protected final Logger logger = LoggerFactory.getLogger(getClass());
From source file org.jc.exercicios.download.DownloadServlet.java
/** * * @author jean */ @WebServlet public class DownloadServlet extends HttpServlet {
From source file servlet.GetFiles.java
/** * * @author Loli */ public class GetFiles extends HttpServlet {
From source file pages.NewClaim.java
/** * * @author Rhys */ public class NewClaim extends HttpServlet {
From source file servlets.module.challenge.BrokenCrypto3.java
/**
* Bad Crypto Challenge Three
* Really bad crypto algorithm to break. Will reveal key if spaces are submitted
* <br/><br/>
* This file is part of the Security Shepherd Project.
*
From source file vodMobileAppServlets.MoviesDetailServlet.java
/** * * @author jyoti */ public class MoviesDetailServlet extends HttpServlet {