Adempiere 3.5.2a

org.compiere.www
Class WStart

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

public class WStart
extends HttpServlet

Application Start Page

  Creates a Frame with
  - Command   - cmd.html  (invisible)
  - Menu      - menu.html
  - Window    = window.html
  
framesetOuter +- WCmd +- framesetMenuWindow +- WMenu +- framesetWindow +- WPopUp +- WWindow see webapps/adempiere/index.html

Version:
$Id: WStart.java,v 1.2 2006/07/30 00:53:21 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Constructor Summary
WStart()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Get request
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Post request
 void init(ServletConfig config)
          Set UI directory to Servlet init param
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WStart

public WStart()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Set UI directory to Servlet init param

Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Process the HTTP Get request

Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

doPost

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

Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException

Adempiere 3.5.2a

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