public interface ApplicationContext extends BoundAttributeStore
Modifier and Type | Method and Description |
---|---|
void |
addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer)
Registers a bean context observer.
|
Collection<BeanContextLifecycleObserver> |
getBeanContextLifecycleObservers()
Get bean context observers.
|
BeanIdStore |
getBeanIdStore()
Get the BeanIdStore in use within this Context
|
ClassLoader |
getClassLoader()
Get the
ClassLoader to be used by the associated Smooks instance |
ProfileStore |
getProfileStore()
Get the ProfileStore in use within this Context.
|
ContainerResourceLocator |
getResourceLocator()
Get the container resource locator for the context.
|
SmooksResourceConfigurationStore |
getStore()
Get the Store for from the container application context.
|
void |
setResourceLocator(ContainerResourceLocator resourceLocator)
Set the resource locator for this Smooks application context.
|
getAttribute, getAttributes, removeAttribute, setAttribute
ContainerResourceLocator getResourceLocator()
void setResourceLocator(ContainerResourceLocator resourceLocator)
resourceLocator
- The Resource locator.SmooksResourceConfigurationStore getStore()
ProfileStore getProfileStore()
BeanIdStore getBeanIdStore()
void addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer)
BeanContext
instances.observer
- The actual BeanObserver instance.Collection<BeanContextLifecycleObserver> getBeanContextLifecycleObservers()
BeanContext
instances.addBeanContextLifecycleObserver(org.milyn.javabean.lifecycle.BeanContextLifecycleObserver)
ClassLoader getClassLoader()
ClassLoader
to be used by the associated Smooks instanceCopyright © 2020. All rights reserved.