Example usage for javax.servlet.http HttpServlet subclass-usage

List of usage examples for javax.servlet.http HttpServlet subclass-usage

Introduction

In this page you can find the example usage for javax.servlet.http HttpServlet subclass-usage.

Usage

From source file control.ParametrizacionServlets.ActualizarParamfisicoquimicos.java

/**
 *
 * @author Galatea
 */
@WebServlet(name = "ActualizarParamfisicoquimicos", urlPatterns = { "/ActualizarParamfisicoquimicos" })
public class ActualizarParamfisicoquimicos extends HttpServlet {

From source file search.java

/**
 *
 * @author Mahe
 */
@WebServlet(urlPatterns = { "/search" })
public class search extends HttpServlet {

From source file controller.SendWorkFlow.java

/**
 *
 * @author emam
 */
public class SendWorkFlow extends HttpServlet {

From source file org.akhikhl.examples.gretty.hellogretty.ExampleServlet.java

public class ExampleServlet extends HttpServlet {

    private static final long serialVersionUID = -6506276378398106663L;

    @Autowired
    DataSource dataSource;

From source file org.crm.web.services.create.CreateServiceOrder.java

/**
 *
 * @author cag
 */
public class CreateServiceOrder extends HttpServlet {

From source file FileUploadHandler.FileUploadHandler.java

/**
 * Servlet to handle File upload request from Client
 * @author Javin Paul
 */
public class FileUploadHandler extends HttpServlet {
    private final String UPLOAD_DIRECTORY = "D:/uploads";

From source file your.app.AuthenticationServlet.java

/**
 * This servlet generates the tokens used to connect the browser with JSFS Agent.
 * The web.xml constrains access to the servlet by an authentication mechanism.
 */
public class AuthenticationServlet extends HttpServlet {

From source file io.v.positioning.GpsLocationServlet.java

/**
 * Servlet that is deployed on GAE,handles GET and POST requests from android
 * Proximity app to save/retrieve device's GPS location to/from Datastore.
 */
public class GpsLocationServlet extends HttpServlet {

From source file fll.web.api.CheckAuthServlet.java

/**
 * GET: AuthResult
 */
@WebServlet("/api/CheckAuth")
public class CheckAuthServlet extends HttpServlet {

From source file com.pokerweb.Area.GetCurrentUserAllStatistic.java

/**
 *
 * @author vadim
 */
@WebServlet(name = "GetCurrentUserAllStatistic", urlPatterns = { "/GetCurrentUserAllStatistic" })
public class GetCurrentUserAllStatistic extends HttpServlet {