org.dspace.app.oai
Class LoadDSpaceOAIConfig

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.dspace.app.oai.LoadDSpaceOAIConfig
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

Deprecated. Use Servlet Context Listener provided in dspace-api (remove in > 1.5.x)

public class LoadDSpaceOAIConfig
extends javax.servlet.http.HttpServlet

Simple servlet to load in DSpace and log4j configurations. Should always be started up before other servlets (use ) This class holds code to be removed in the next version of the DSpace XMLUI, it is now managed by a Shared Context Listener inthe dspace-api project. It is deprecated, rather than removed to maintain backward compatibility for local DSpace 1.5.x customized overlays. TODO: Remove in trunk

Version:
$Revision$
Author:
Robert Tansley
See Also:
Serialized Form

Constructor Summary
LoadDSpaceOAIConfig()
          Deprecated.  
 
Method Summary
 void init()
          Deprecated.  
 
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
 

Constructor Detail

LoadDSpaceOAIConfig

public LoadDSpaceOAIConfig()
Deprecated. 
Method Detail

init

public void init()
Deprecated. 
Overrides:
init in class javax.servlet.GenericServlet


Copyright © 2013 DuraSpace. All Rights Reserved.