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 com.viseur.control.SearchDevItems.java

/**
 *
 * @author JHK
 */
public class SearchDevItems extends HttpServlet {

From source file io.muic.ooc.webapp.servlet.UserServlet.java

public class UserServlet extends HttpServlet {

    private UserService userService;

    public void setUserManager(UserService userService) {
        this.userService = userService;

From source file MagicSquare.MagicSquare.java

/**
 *
 * @author Absalom
 */
public class MagicSquare extends HttpServlet {

From source file com.job.portal.servlets.ProfileServlet.java

/**
 *
 * @author pinaki ghosh
 */
public class ProfileServlet extends HttpServlet {

From source file io.muic.ooc.webapp.servlet.SignupServlet.java

public class SignupServlet extends HttpServlet {

    @Override
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
            throws ServletException, IOException {
        RequestDispatcher rd = request.getRequestDispatcher("WEB-INF/signup.jsp");

From source file com.centurylinkcloud.ecosystem.VcapVars.java

/**
 *
 * @author Andrew Brunette
 */
@WebServlet(urlPatterns = { "/VcapVars" })
public class VcapVars extends HttpServlet {

From source file edu.vt.middleware.ldap.servlets.CommonServlet.java

/**
 * <code>CommonServlet</code> contains common code that each servlet uses to
 * initialize itself.
 *
 * @author  Middleware Services
 * @version  $Revision$ $Date$

From source file server.http.system.SysInfo.java

/**
 *
 * @author Loli
 */
public class SysInfo extends HttpServlet {

From source file de.betterform.agent.web.servlet.PlainHtmlServlet.java

/**
 * This servlet handles clients with accept only plain html without javascript. Cause not the complete XForms
 * functionality can be covered in pure request/response fashion there will be some limitations in user-experience but
 * they'll still work.
 *
 * @author Joern Turner

From source file eu.creatingfuture.propeller.webLoader.servlets.WebRequestServlet.java

/**
 *
 * @author Michel
 */
public class WebRequestServlet extends HttpServlet {