Uses of Class
org.smooks.api.bean.lifecycle.BeanLifecycle
-
Packages that use BeanLifecycle Package Description org.smooks.api.bean.lifecycle org.smooks.engine.bean.lifecycle -
-
Uses of BeanLifecycle in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle that return BeanLifecycle Modifier and Type Method Description BeanLifecycle
BeanContextLifecycleEvent. getLifecycle()
static BeanLifecycle
BeanLifecycle. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanLifecycle[]
BeanLifecycle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BeanLifecycle in org.smooks.engine.bean.lifecycle
Methods in org.smooks.engine.bean.lifecycle that return BeanLifecycle Modifier and Type Method Description BeanLifecycle
DefaultBeanContextLifecycleEvent. getLifecycle()
Constructors in org.smooks.engine.bean.lifecycle with parameters of type BeanLifecycle Constructor Description DefaultBeanContextLifecycleEvent(ExecutionContext executionContext, Fragment<?> source, BeanLifecycle lifecycle, BeanId beanId, Object bean)
Public constructor.
-