no.feide.moria.servlet
Class MoriaServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by no.feide.moria.servlet.MoriaServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
InformationServlet, LoginServlet, StatisticsServlet, StatusServlet

public class MoriaServlet
extends javax.servlet.http.HttpServlet

Author:
Eva Indal
See Also:
Serialized Form

Constructor Summary
MoriaServlet()
           
 
Method Summary
 java.util.Properties getServletConfig(java.lang.String[] required_parameters, no.feide.moria.log.MessageLogger log)
          Get the config from the context.
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoriaServlet

public MoriaServlet()
Method Detail

getServletConfig

public java.util.Properties getServletConfig(java.lang.String[] required_parameters,
                                             no.feide.moria.log.MessageLogger log)
                                      throws java.lang.IllegalStateException
Get the config from the context. The configuration is expected to be set by the controller before requests are sent to this servlet.

Returns:
The configuration.
Throws:
java.lang.IllegalStateException - If the config is not properly set.


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.