Adempiere 3.5.2a

org.compiere.wstore
Class UpdateServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.compiere.wstore.UpdateServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class UpdateServlet
extends HttpServlet

Web User Update.

Version:
$Id: UpdateServlet.java,v 1.6 2006/09/23 19:38:46 comdivision Exp $
Author:
Malachi de AElfweald
See Also:
Serialized Form

Field Summary
static String LOGIN_JSP
          Login Page
static String NAME
          Name
static String P_ForwardTo
          Forward Parameter
static String P_SalesRep_ID
          SalesRep Parameter
static String UPDATE_JSP
          Update Page
 
Constructor Summary
UpdateServlet()
           
 
Method Summary
 void destroy()
          Clean up resources
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Get request.
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Post request
 String getServletInfo()
          Get Servlet information
 void init(ServletConfig config)
          Initialize global variables
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Name

See Also:
Constant Field Values

P_ForwardTo

public static final String P_ForwardTo
Forward Parameter

See Also:
Constant Field Values

P_SalesRep_ID

public static final String P_SalesRep_ID
SalesRep Parameter

See Also:
Constant Field Values

LOGIN_JSP

public static final String LOGIN_JSP
Login Page

See Also:
Constant Field Values

UPDATE_JSP

public static final String UPDATE_JSP
Update Page

See Also:
Constant Field Values
Constructor Detail

UpdateServlet

public UpdateServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Initialize global variables

Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Parameters:
config - Configuration
Throws:
ServletException

getServletInfo

public String getServletInfo()
Get Servlet information

Specified by:
getServletInfo in interface Servlet
Overrides:
getServletInfo in class GenericServlet
Returns:
Info

destroy

public void destroy()
Clean up resources

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Process the HTTP Get request. (logout, deleteCookie) Sends Web Request Page

Overrides:
doGet in class HttpServlet
Parameters:
request - request
response - response
Throws:
ServletException
IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Process the HTTP Post request

Overrides:
doPost in class HttpServlet
Parameters:
request - request
response - response
Throws:
ServletException
IOException

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.