XmlWebApplicationContext

class XmlWebApplicationContext extends AbstractRefreshableConfigApplicationContext
class AbstractRefreshableConfigApplicationContext
trait InitializingBean
trait BeanNameAware
trait Aware
class AbstractRefreshableApplicationContext
class AbstractApplicationContext
trait ConfigurableApplicationContext
trait Closeable
trait AutoCloseable
trait Lifecycle
trait ApplicationContext
trait ResourcePatternResolver
trait ApplicationEventPublisher
trait MessageSource
trait HierarchicalBeanFactory
trait ListableBeanFactory
trait BeanFactory
trait EnvironmentCapable
class DefaultResourceLoader
trait ResourceLoader
class Object
trait Matchable
class Any

Value members

Inherited methods

def addApplicationListener(listener: ApplicationListener[_ <: <FromJavaObject>]): Unit
Inherited from:
AbstractApplicationContext
def addBeanFactoryPostProcessor(postProcessor: BeanFactoryPostProcessor): Unit
Inherited from:
AbstractApplicationContext
def addProtocolResolver(resolver: ProtocolResolver): Unit
Inherited from:
DefaultResourceLoader
def afterPropertiesSet(): Unit
Inherited from:
AbstractRefreshableConfigApplicationContext
Inherited from:
DefaultResourceLoader
def close(): Unit
Inherited from:
AbstractApplicationContext
def containsBean(name: String): Boolean
Inherited from:
AbstractApplicationContext
def containsBeanDefinition(beanName: String): Boolean
Inherited from:
AbstractApplicationContext
def containsLocalBean(name: String): Boolean
Inherited from:
AbstractApplicationContext
@Nullable
def findAnnotationOnBean[A <: Annotation](x$0: String, x$1: Class[A], x$2: Boolean): A
Inherited from:
AbstractApplicationContext
@Nullable
def findAnnotationOnBean[A <: Annotation](x$0: String, x$1: Class[A]): A
Inherited from:
AbstractApplicationContext
def getAliases(name: String): Array[String]
Inherited from:
AbstractApplicationContext
def getApplicationListeners(): Collection[ApplicationListener[_ <: <FromJavaObject>]]
Inherited from:
AbstractApplicationContext
def getApplicationName(): String
Inherited from:
AbstractApplicationContext
def getApplicationStartup(): ApplicationStartup
Inherited from:
AbstractApplicationContext
def getAutowireCapableBeanFactory(): AutowireCapableBeanFactory
Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: Class[T], x$1: <FromJavaObject>*): T
Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: Class[T]): T
Inherited from:
AbstractApplicationContext
def getBean(name: String, args: <FromJavaObject>*): <FromJavaObject>
Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: String, x$1: Class[T]): T
Inherited from:
AbstractApplicationContext
def getBean(name: String): <FromJavaObject>
Inherited from:
AbstractApplicationContext
Inherited from:
AbstractApplicationContext
def getBeanDefinitionNames(): Array[String]
Inherited from:
AbstractApplicationContext
final def getBeanFactory(): ConfigurableListableBeanFactory
Inherited from:
AbstractRefreshableApplicationContext
def getBeanFactoryPostProcessors(): List[BeanFactoryPostProcessor]
Inherited from:
AbstractApplicationContext
def getBeanNamesForAnnotation(annotationType: Class[_ <: Annotation]): Array[String]
Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: Class[_ <: <FromJavaObject>], includeNonSingletons: Boolean, allowEagerInit: Boolean): Array[String]
Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: Class[_ <: <FromJavaObject>]): Array[String]
Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: ResolvableType, includeNonSingletons: Boolean, allowEagerInit: Boolean): Array[String]
Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: ResolvableType): Array[String]
Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: ResolvableType, x$1: Boolean): ObjectProvider[T]
Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: Class[T], x$1: Boolean): ObjectProvider[T]
Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: ResolvableType): ObjectProvider[T]
Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: Class[T]): ObjectProvider[T]
Inherited from:
AbstractApplicationContext
def getBeansOfType[T <: <FromJavaObject>](x$0: Class[T], x$1: Boolean, x$2: Boolean): Map[String, T]
Inherited from:
AbstractApplicationContext
def getBeansOfType[T <: <FromJavaObject>](x$0: Class[T]): Map[String, T]
Inherited from:
AbstractApplicationContext
def getBeansWithAnnotation(annotationType: Class[_ <: Annotation]): Map[String, <FromJavaObject>]
Inherited from:
AbstractApplicationContext
@Nullable
def getClassLoader(): ClassLoader
Inherited from:
DefaultResourceLoader
def getDisplayName(): String
Inherited from:
AbstractApplicationContext
def getEnvironment(): ConfigurableEnvironment
Inherited from:
AbstractApplicationContext
def getId(): String
Inherited from:
AbstractApplicationContext
def getMessage(resolvable: MessageSourceResolvable, locale: Locale): String
Inherited from:
AbstractApplicationContext
def getMessage(code: String, args: Array[<FromJavaObject>], locale: Locale): String
Inherited from:
AbstractApplicationContext
def getMessage(code: String, args: Array[<FromJavaObject>], defaultMessage: String, locale: Locale): String
Inherited from:
AbstractApplicationContext
@Nullable
def getParent(): ApplicationContext
Inherited from:
AbstractApplicationContext
@Nullable
def getParentBeanFactory(): BeanFactory
Inherited from:
AbstractApplicationContext
def getProtocolResolvers(): Collection[ProtocolResolver]
Inherited from:
DefaultResourceLoader
def getResource(location: String): Resource
Inherited from:
DefaultResourceLoader
def getResourceCache[T <: <FromJavaObject>](x$0: Class[T]): Map[Resource, T]
Inherited from:
DefaultResourceLoader
def getResources(locationPattern: String): Array[Resource]
Inherited from:
AbstractApplicationContext
def getStartupDate(): Long
Inherited from:
AbstractApplicationContext
@Nullable
def getType(name: String, allowFactoryBeanInit: Boolean): Class[_ <: <FromJavaObject>]
Inherited from:
AbstractApplicationContext
@Nullable
def getType(name: String): Class[_ <: <FromJavaObject>]
Inherited from:
AbstractApplicationContext
def isActive(): Boolean
Inherited from:
AbstractApplicationContext
def isPrototype(name: String): Boolean
Inherited from:
AbstractApplicationContext
def isRunning(): Boolean
Inherited from:
AbstractApplicationContext
def isSingleton(name: String): Boolean
Inherited from:
AbstractApplicationContext
def isTypeMatch(name: String, typeToMatch: Class[_ <: <FromJavaObject>]): Boolean
Inherited from:
AbstractApplicationContext
def isTypeMatch(name: String, typeToMatch: ResolvableType): Boolean
Inherited from:
AbstractApplicationContext
def publishEvent(event: <FromJavaObject>): Unit
Inherited from:
AbstractApplicationContext
def publishEvent(event: ApplicationEvent): Unit
Inherited from:
AbstractApplicationContext
def refresh(): Unit
Inherited from:
AbstractApplicationContext
Inherited from:
AbstractApplicationContext
def setAllowBeanDefinitionOverriding(allowBeanDefinitionOverriding: Boolean): Unit
Inherited from:
AbstractRefreshableApplicationContext
def setAllowCircularReferences(allowCircularReferences: Boolean): Unit
Inherited from:
AbstractRefreshableApplicationContext
def setApplicationStartup(applicationStartup: ApplicationStartup): Unit
Inherited from:
AbstractApplicationContext
def setBeanName(name: String): Unit
Inherited from:
AbstractRefreshableConfigApplicationContext
def setClassLoader(classLoader: ClassLoader): Unit
Inherited from:
DefaultResourceLoader
def setConfigLocation(location: String): Unit
Inherited from:
AbstractRefreshableConfigApplicationContext
def setConfigLocations(locations: String*): Unit
Inherited from:
AbstractRefreshableConfigApplicationContext
def setDisplayName(displayName: String): Unit
Inherited from:
AbstractApplicationContext
def setEnvironment(environment: ConfigurableEnvironment): Unit
Inherited from:
AbstractApplicationContext
def setId(id: String): Unit
Inherited from:
AbstractRefreshableConfigApplicationContext
def setParent(parent: ApplicationContext): Unit
Inherited from:
AbstractApplicationContext
def start(): Unit
Inherited from:
AbstractApplicationContext
def stop(): Unit
Inherited from:
AbstractApplicationContext
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
AbstractApplicationContext

Deprecated and Inherited methods

@Deprecated
def destroy(): Unit
Deprecated
Inherited from:
AbstractApplicationContext