org.apache.portals.applications.rss.servlets
Class SpringInitServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.portals.applications.rss.servlets.SpringInitServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SpringInitServlet
extends javax.servlet.http.HttpServlet

SpringInitServlet

Version:
$Id: SpringInitServlet.java 187949 2004-11-15 06:06:42Z taylor $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
private static String INITPARAM_SPRING_CONFIG
          Init Parameter: default spring configuration property
private static Object semaphore
           
private static org.springframework.beans.factory.xml.XmlBeanFactory springFactory
          Spring Factory
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
SpringInitServlet()
           
 
Method Summary
static org.springframework.beans.factory.BeanFactory getSpringFactory()
           
 void init(javax.servlet.ServletConfig config)
          Intialize Servlet.
 
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
 

Field Detail

INITPARAM_SPRING_CONFIG

private static final String INITPARAM_SPRING_CONFIG
Init Parameter: default spring configuration property

See Also:
Constant Field Values

semaphore

private static Object semaphore

springFactory

private static org.springframework.beans.factory.xml.XmlBeanFactory springFactory
Spring Factory

Constructor Detail

SpringInitServlet

public SpringInitServlet()
Method Detail

init

public final void init(javax.servlet.ServletConfig config)
                throws javax.servlet.ServletException
Intialize Servlet.

Throws:
javax.servlet.ServletException

getSpringFactory

public static final org.springframework.beans.factory.BeanFactory getSpringFactory()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.