List of usage examples for javax.servlet.http HttpServlet subclass-usage
From source file getSocialRecommendation.java
/** * * @author Kehao Xu */ public class getSocialRecommendation extends HttpServlet {
From source file feedme.controller.LogoutServlet.java
/** * * @author nirk */ @WebServlet(name = "LogoutServlet", urlPatterns = { "/logout" }) public class LogoutServlet extends HttpServlet {
From source file servlets.LoginAttempt.java
/** * * @author David */ public class LoginAttempt extends HttpServlet {
From source file Servlets.handlerequests.java
/** * * @author san */ public class handlerequests extends HttpServlet {
From source file servlets.module.challenge.SessionManagement4.java
/**
* Session Management Challenge Four
* <br/><br/>
* This file is part of the Security Shepherd Project.
*
* The Security Shepherd project is free software: you can redistribute it and/or modify
From source file servlets.module.challenge.CsrfChallengeTargetJSON.java
/**
* Cross Site Request Forgery Challenge Target SON - Does not return Result key
* <br/><br/>
* This file is part of the Security Shepherd Project.
*
* The Security Shepherd project is free software: you can redistribute it and/or modify
From source file servlets.Signin.java
/** * * @author Andrey */ public class Signin extends HttpServlet {
From source file DatabaseInfo.java
public class DatabaseInfo extends HttpServlet { public void doGet(HttpServletRequest inRequest, HttpServletResponse outResponse) throws ServletException, IOException { PrintWriter out = null;
From source file RegistrationServlet.java
/** * * @author Shaheed */ @WebServlet(urlPatterns = { "/RegistrationServlet" }) public class RegistrationServlet extends HttpServlet {
From source file control.ProcesoVertimientosServlets.SeleccionarTasaRetributiva.java
/** * * @author illustrato */ @WebServlet(name = "SeleccionarTasaRetributiva", urlPatterns = { "/SeleccionarTasaRetributiva" }) public class SeleccionarTasaRetributiva extends HttpServlet {