Uses of Interface
org.smooks.api.bean.context.BeanContext
-
Packages that use BeanContext Package Description org.smooks.api org.smooks.api.bean.context org.smooks.engine org.smooks.engine.bean.context -
-
Uses of BeanContext in org.smooks.api
Methods in org.smooks.api that return BeanContext Modifier and Type Method Description BeanContext
ExecutionContext. getBeanContext()
Gets theBeanContext
for thisExecutionContext
.Methods in org.smooks.api with parameters of type BeanContext Modifier and Type Method Description void
ExecutionContext. setBeanContext(BeanContext beanContext)
Sets theBeanContext
for thisExecutionContext
. -
Uses of BeanContext in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context that return BeanContext Modifier and Type Method Description BeanContext
BeanContext. newSubContext(ExecutionContext executionContext)
-
Uses of BeanContext in org.smooks.engine
Methods in org.smooks.engine that return BeanContext Modifier and Type Method Description BeanContext
DefaultExecutionContext. getBeanContext()
Methods in org.smooks.engine with parameters of type BeanContext Modifier and Type Method Description void
DefaultExecutionContext. setBeanContext(BeanContext beanContext)
-
Uses of BeanContext in org.smooks.engine.bean.context
Classes in org.smooks.engine.bean.context that implement BeanContext Modifier and Type Class Description class
StandaloneBeanContext
Methods in org.smooks.engine.bean.context that return BeanContext Modifier and Type Method Description BeanContext
StandaloneBeanContext. newSubContext(ExecutionContext executionContext)
-