org.mortbay.jetty.spring.jee
Class JEEContextLoader
java.lang.Object
ContextLoader
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEEContextLoader
public JEEContextLoader()
loadParentContext
protected ApplicationContext loadParentContext(ServletContext servletContext)
throws BeansException
- Throws:
BeansException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.