org.mortbay.jetty.spring.jee
Class JEEContextLoader

java.lang.Object
  extended by ContextLoader
      extended by org.mortbay.jetty.spring.jee.JEEContextLoader

public class JEEContextLoader
extends ContextLoader

JEEContextLoader Loads the spring-ejb.xml files describing ejbs from any META-INF dir in any jar or classes dir on the runtime classpath. Also loads the jee bootstrapper to perform resource injection etc on the ejbs. The bootstrapper config file is part of the jetty spring jar. This spring context will be the parent context of the usual spring web app context (ie applicationContext.xml).


Constructor Summary
JEEContextLoader()
           
 
Method Summary
protected  ApplicationContext loadParentContext(ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEEContextLoader

public JEEContextLoader()
Method Detail

loadParentContext

protected ApplicationContext loadParentContext(ServletContext servletContext)
                                        throws BeansException
Throws:
BeansException


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.