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

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

public class SpringInitServlet
extends javax.servlet.http.HttpServlet

SpringInitServlet

Version:
$Id: SpringInitServlet.java 517121 2007-03-12 07:45:49Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

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
 

Constructor Detail

SpringInitServlet

public SpringInitServlet()
Method Detail

init

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

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getSpringFactory

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


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