XmlWebApplicationContext

org.beangle.cdi.spring.context.XmlWebApplicationContext
class XmlWebApplicationContext extends AbstractRefreshableConfigApplicationContext

Attributes

Graph
Supertypes
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
Show all

Members list

Value members

Inherited methods

def addApplicationListener(listener: ApplicationListener[_ <: <FromJavaObject>]): Unit

Attributes

Inherited from:
AbstractApplicationContext
def addBeanFactoryPostProcessor(postProcessor: BeanFactoryPostProcessor): Unit

Attributes

Inherited from:
AbstractApplicationContext
def addProtocolResolver(resolver: ProtocolResolver): Unit

Attributes

Inherited from:
DefaultResourceLoader
def afterPropertiesSet(): Unit

Attributes

Inherited from:
AbstractRefreshableConfigApplicationContext
def clearResourceCaches(): Unit

Attributes

Inherited from:
DefaultResourceLoader
def close(): Unit

Attributes

Inherited from:
AbstractApplicationContext
def containsBean(name: String): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def containsBeanDefinition(beanName: String): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def containsLocalBean(name: String): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def findAllAnnotationsOnBean[A <: Annotation](x$0: String, x$1: Class[A], x$2: Boolean): Set[A]

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def findAnnotationOnBean[A <: Annotation](x$0: String, x$1: Class[A], x$2: Boolean): A

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def findAnnotationOnBean[A <: Annotation](x$0: String, x$1: Class[A]): A

Attributes

Inherited from:
AbstractApplicationContext
def getAliases(name: String): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getApplicationListeners(): Collection[ApplicationListener[_ <: <FromJavaObject>]]

Attributes

Inherited from:
AbstractApplicationContext
def getApplicationName(): String

Attributes

Inherited from:
AbstractApplicationContext
def getApplicationStartup(): ApplicationStartup

Attributes

Inherited from:
AbstractApplicationContext
def getAutowireCapableBeanFactory(): AutowireCapableBeanFactory

Attributes

Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: Class[T], x$1: <FromJavaObject>*): T

Attributes

Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: Class[T]): T

Attributes

Inherited from:
AbstractApplicationContext
def getBean(name: String, args: <FromJavaObject>*): <FromJavaObject>

Attributes

Inherited from:
AbstractApplicationContext
def getBean[T <: <FromJavaObject>](x$0: String, x$1: Class[T]): T

Attributes

Inherited from:
AbstractApplicationContext
def getBean(name: String): <FromJavaObject>

Attributes

Inherited from:
AbstractApplicationContext

Attributes

Inherited from:
AbstractApplicationContext
def getBeanDefinitionNames(): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
final def getBeanFactory(): ConfigurableListableBeanFactory

Attributes

Inherited from:
AbstractRefreshableApplicationContext
def getBeanFactoryPostProcessors(): List[BeanFactoryPostProcessor]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanNamesForAnnotation(annotationType: Class[_ <: Annotation]): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: Class[_ <: <FromJavaObject>], includeNonSingletons: Boolean, allowEagerInit: Boolean): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: Class[_ <: <FromJavaObject>]): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: ResolvableType, includeNonSingletons: Boolean, allowEagerInit: Boolean): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanNamesForType(`type`: ResolvableType): Array[String]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: ResolvableType, x$1: Boolean): ObjectProvider[T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: Class[T], x$1: Boolean): ObjectProvider[T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: ResolvableType): ObjectProvider[T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeanProvider[T <: <FromJavaObject>](x$0: Class[T]): ObjectProvider[T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeansOfType[T <: <FromJavaObject>](x$0: Class[T], x$1: Boolean, x$2: Boolean): Map[String, T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeansOfType[T <: <FromJavaObject>](x$0: Class[T]): Map[String, T]

Attributes

Inherited from:
AbstractApplicationContext
def getBeansWithAnnotation(annotationType: Class[_ <: Annotation]): Map[String, <FromJavaObject>]

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def getClassLoader(): ClassLoader

Attributes

Inherited from:
DefaultResourceLoader
def getDisplayName(): String

Attributes

Inherited from:
AbstractApplicationContext
def getEnvironment(): ConfigurableEnvironment

Attributes

Inherited from:
AbstractApplicationContext
def getId(): String

Attributes

Inherited from:
AbstractApplicationContext
def getMessage(resolvable: MessageSourceResolvable, locale: Locale): String

Attributes

Inherited from:
AbstractApplicationContext
def getMessage(code: String, args: Array[<FromJavaObject>], locale: Locale): String

Attributes

Inherited from:
AbstractApplicationContext
def getMessage(code: String, args: Array[<FromJavaObject>], defaultMessage: String, locale: Locale): String

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def getParent(): ApplicationContext

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def getParentBeanFactory(): BeanFactory

Attributes

Inherited from:
AbstractApplicationContext
def getProtocolResolvers(): Collection[ProtocolResolver]

Attributes

Inherited from:
DefaultResourceLoader
def getResource(location: String): Resource

Attributes

Inherited from:
DefaultResourceLoader
def getResourceCache[T <: <FromJavaObject>](x$0: Class[T]): Map[Resource, T]

Attributes

Inherited from:
DefaultResourceLoader
def getResources(locationPattern: String): Array[Resource]

Attributes

Inherited from:
AbstractApplicationContext
def getStartupDate(): Long

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def getType(name: String, allowFactoryBeanInit: Boolean): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
AbstractApplicationContext
@Nullable
def getType(name: String): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
AbstractApplicationContext
def isActive(): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def isPrototype(name: String): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def isRunning(): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def isSingleton(name: String): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def isTypeMatch(name: String, typeToMatch: Class[_ <: <FromJavaObject>]): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def isTypeMatch(name: String, typeToMatch: ResolvableType): Boolean

Attributes

Inherited from:
AbstractApplicationContext
def publishEvent(event: <FromJavaObject>): Unit

Attributes

Inherited from:
AbstractApplicationContext
def publishEvent(event: ApplicationEvent): Unit

Attributes

Inherited from:
AbstractApplicationContext
def refresh(): Unit

Attributes

Inherited from:
AbstractApplicationContext
def registerShutdownHook(): Unit

Attributes

Inherited from:
AbstractApplicationContext
def removeApplicationListener(listener: ApplicationListener[_ <: <FromJavaObject>]): Unit

Attributes

Inherited from:
AbstractApplicationContext
def setAllowBeanDefinitionOverriding(allowBeanDefinitionOverriding: Boolean): Unit

Attributes

Inherited from:
AbstractRefreshableApplicationContext
def setAllowCircularReferences(allowCircularReferences: Boolean): Unit

Attributes

Inherited from:
AbstractRefreshableApplicationContext
def setApplicationStartup(applicationStartup: ApplicationStartup): Unit

Attributes

Inherited from:
AbstractApplicationContext
def setBeanName(name: String): Unit

Attributes

Inherited from:
AbstractRefreshableConfigApplicationContext
def setClassLoader(classLoader: ClassLoader): Unit

Attributes

Inherited from:
DefaultResourceLoader
def setConfigLocation(location: String): Unit

Attributes

Inherited from:
AbstractRefreshableConfigApplicationContext
def setConfigLocations(locations: String*): Unit

Attributes

Inherited from:
AbstractRefreshableConfigApplicationContext
def setDisplayName(displayName: String): Unit

Attributes

Inherited from:
AbstractApplicationContext
def setEnvironment(environment: ConfigurableEnvironment): Unit

Attributes

Inherited from:
AbstractApplicationContext
def setId(id: String): Unit

Attributes

Inherited from:
AbstractRefreshableConfigApplicationContext
def setParent(parent: ApplicationContext): Unit

Attributes

Inherited from:
AbstractApplicationContext
def start(): Unit

Attributes

Inherited from:
AbstractApplicationContext
def stop(): Unit

Attributes

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.

Attributes

Returns

a string representation of the object.

Inherited from:
AbstractApplicationContext