ealet
Class Ealet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ealet.Ealet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Ealet
extends javax.servlet.http.HttpServlet

This Servlet is a front-end to Ealet web application. It processes the included form and generates Ethiopian calendar.

It entirely depends on several helper classes that are responsible from producing the calendar to generating HTML document.

Version:
1.00 October 12, 2005
Author:
abass alamnehe
See Also:
Serialized Form

Constructor Summary
Ealet()
           
 
Method Summary
 java.lang.String getServletInfo()
          Returns a short description of the servlet.
 void init(javax.servlet.ServletConfig config)
          Initialization when the Servlet is loaded.
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ealet

public Ealet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initialization when the Servlet is loaded.

Overriding method obtains the sevelet context and adds a key-value to the System property so that the TransformerFactoryImpl can be found. This was needed because there was a name change in the library.

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config - Servlet related configuration class
Throws:
javax.servlet.ServletException

getServletInfo

public java.lang.String getServletInfo()
Returns a short description of the servlet.

Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet