org.jbehave.core.steps.spring
Class SpringApplicationContextFactory

java.lang.Object
  extended by org.jbehave.core.steps.spring.SpringApplicationContextFactory

public class SpringApplicationContextFactory
extends java.lang.Object

Factory for Spring ApplicationContext using the specified resources


Constructor Summary
SpringApplicationContextFactory(org.springframework.context.ApplicationContext parent, java.lang.ClassLoader classLoader, java.lang.String... resources)
           
SpringApplicationContextFactory(java.lang.ClassLoader classLoader, java.lang.String... resources)
           
SpringApplicationContextFactory(java.lang.String... resources)
           
 
Method Summary
 org.springframework.context.ConfigurableApplicationContext createApplicationContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringApplicationContextFactory

public SpringApplicationContextFactory(java.lang.String... resources)

SpringApplicationContextFactory

public SpringApplicationContextFactory(java.lang.ClassLoader classLoader,
                                       java.lang.String... resources)

SpringApplicationContextFactory

public SpringApplicationContextFactory(org.springframework.context.ApplicationContext parent,
                                       java.lang.ClassLoader classLoader,
                                       java.lang.String... resources)
Method Detail

createApplicationContext

public org.springframework.context.ConfigurableApplicationContext createApplicationContext()


Copyright © 2003-2010. All Rights Reserved.