Uses of Interface
org.smooks.api.bean.lifecycle.BeanContextLifecycleObserver
-
Packages that use BeanContextLifecycleObserver Package Description org.smooks.api org.smooks.api.bean.context org.smooks.engine org.smooks.engine.bean.context -
-
Uses of BeanContextLifecycleObserver in org.smooks.api
Methods in org.smooks.api that return types with arguments of type BeanContextLifecycleObserver Modifier and Type Method Description Collection<BeanContextLifecycleObserver>
ApplicationContext. getBeanContextLifecycleObservers()
Get bean context observers.Methods in org.smooks.api with parameters of type BeanContextLifecycleObserver Modifier and Type Method Description void
ApplicationContext. addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer)
Registers a bean context observer. -
Uses of BeanContextLifecycleObserver in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context with parameters of type BeanContextLifecycleObserver Modifier and Type Method Description void
BeanContext. addObserver(BeanContextLifecycleObserver observer)
Registers a bean context observer.void
BeanContext. removeObserver(BeanContextLifecycleObserver observer)
Unregisters a bean observer. -
Uses of BeanContextLifecycleObserver in org.smooks.engine
Methods in org.smooks.engine that return types with arguments of type BeanContextLifecycleObserver Modifier and Type Method Description Collection<BeanContextLifecycleObserver>
DefaultApplicationContext. getBeanContextLifecycleObservers()
Methods in org.smooks.engine with parameters of type BeanContextLifecycleObserver Modifier and Type Method Description void
DefaultApplicationContext. addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer)
-
Uses of BeanContextLifecycleObserver in org.smooks.engine.bean.context
Methods in org.smooks.engine.bean.context with parameters of type BeanContextLifecycleObserver Modifier and Type Method Description void
StandaloneBeanContext. addObserver(BeanContextLifecycleObserver observer)
void
StandaloneBeanContext. removeObserver(BeanContextLifecycleObserver observer)
-