com.hyper9.simdk.ws
Class InitApplicationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.hyper9.simdk.ws.InitApplicationServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InitApplicationServlet
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet

The servlet responsible for initializing the application.

Author:
akutz
See Also:
Serialized Form

Constructor Summary
InitApplicationServlet()
           
 
Method Summary
static Properties getProperties()
          Gets the configured properties.
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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
 
Methods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, service
 

Constructor Detail

InitApplicationServlet

public InitApplicationServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getProperties

public static Properties getProperties()
Gets the configured properties.

Returns:
The configured properties.


Copyright © 2009-2010 Hyper9. All Rights Reserved.