org.apache.portals.applications.rss.servlets
Class SpringInitServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.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
Fields inherited from class javax.servlet.http.HttpServlet |
|
Fields inherited from class javax.servlet.GenericServlet |
|
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 |
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
SpringInitServlet
public SpringInitServlet()
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.