net.sourceforge.apphere.web
Class AppHereHomePageServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bynet.sourceforge.apphere.web.AppHereHomePageServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AppHereHomePageServlet
extends javax.servlet.http.HttpServlet

Author:
Dewi
See Also:
Serialized Form

Field Summary
static int ADD_DEVICE_PAGE
           
static int CREATE_CALL_PAGE
           
static int CREATE_PAGE
           
static int DATA_SESSION_URL
           
static int DEVICES_URL
           
static int ENVIRONMENTS_URL
           
static int GET_SESSION_PAGE
           
static int LOGIN_PAGE
           
static int LOGIN_PAGE_URL
           
static int MAIN_URL
           
static int REFRESH_PAGE
           
static int REMOVE_PAGE
           
static int SET_PROFILE_PAGE
           
static int TRANSFER_PAGE
           
static int UPDATE_PAGE
           
static int VOICE_SESSION_URL
           
 
Constructor Summary
AppHereHomePageServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_URL

public static final int MAIN_URL
See Also:
Constant Field Values

DATA_SESSION_URL

public static final int DATA_SESSION_URL
See Also:
Constant Field Values

VOICE_SESSION_URL

public static final int VOICE_SESSION_URL
See Also:
Constant Field Values

ENVIRONMENTS_URL

public static final int ENVIRONMENTS_URL
See Also:
Constant Field Values

DEVICES_URL

public static final int DEVICES_URL
See Also:
Constant Field Values

LOGIN_PAGE_URL

public static final int LOGIN_PAGE_URL
See Also:
Constant Field Values

CREATE_PAGE

public static final int CREATE_PAGE
See Also:
Constant Field Values

UPDATE_PAGE

public static final int UPDATE_PAGE
See Also:
Constant Field Values

REMOVE_PAGE

public static final int REMOVE_PAGE
See Also:
Constant Field Values

GET_SESSION_PAGE

public static final int GET_SESSION_PAGE
See Also:
Constant Field Values

TRANSFER_PAGE

public static final int TRANSFER_PAGE
See Also:
Constant Field Values

ADD_DEVICE_PAGE

public static final int ADD_DEVICE_PAGE
See Also:
Constant Field Values

SET_PROFILE_PAGE

public static final int SET_PROFILE_PAGE
See Also:
Constant Field Values

CREATE_CALL_PAGE

public static final int CREATE_CALL_PAGE
See Also:
Constant Field Values

REFRESH_PAGE

public static final int REFRESH_PAGE
See Also:
Constant Field Values

LOGIN_PAGE

public static final int LOGIN_PAGE
See Also:
Constant Field Values
Constructor Detail

AppHereHomePageServlet

public AppHereHomePageServlet()
Method Detail

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse res)
            throws javax.servlet.ServletException,
                   java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse res)
           throws javax.servlet.ServletException,
                  java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

init

public void init()
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException