org.jbehave.core.steps.spring
Class SpringApplicationContextFactory
java.lang.Object
org.jbehave.core.steps.spring.SpringApplicationContextFactory
public class SpringApplicationContextFactory
- extends java.lang.Object
Simple facade to create a using an
injected ClassLoader
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringApplicationContextFactory
public SpringApplicationContextFactory(java.lang.String... resourceLocations)
SpringApplicationContextFactory
public SpringApplicationContextFactory(java.lang.ClassLoader classLoader,
java.lang.String... resourceLocations)
SpringApplicationContextFactory
public SpringApplicationContextFactory(org.springframework.context.ApplicationContext parent,
java.lang.String... resourceLocations)
SpringApplicationContextFactory
public SpringApplicationContextFactory(org.springframework.context.ApplicationContext parent,
java.lang.ClassLoader classLoader,
java.lang.String... resourceLocations)
getApplicationContext
public org.springframework.context.ConfigurableApplicationContext getApplicationContext()
Copyright © 2003-2010. All Rights Reserved.