Package | Description |
---|---|
org.milyn.container |
Request Container Abstraction.
|
org.milyn.container.standalone |
Standalone Container Implementation.
|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context |
Modifier and Type | Method and Description |
---|---|
BeanContext |
ExecutionContext.getBeanContext()
Get the BeanContext in use on this context instance.
|
BeanContext |
MockExecutionContext.getBeanContext() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setBeanContext(BeanContext beanContext)
Set the BeanContext to be use on this context instance.
|
void |
MockExecutionContext.setBeanContext(BeanContext beanContext) |
Modifier and Type | Method and Description |
---|---|
BeanContext |
StandaloneExecutionContext.getBeanContext() |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneExecutionContext.setBeanContext(BeanContext beanContext) |
Modifier and Type | Method and Description |
---|---|
void |
BeanInstancePopulator.populateAndSetPropertyValue(Object bean,
BeanContext beanContext,
BeanId targetBeanId,
ExecutionContext executionContext,
Fragment source) |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneBeanContext |
Modifier and Type | Method and Description |
---|---|
BeanContext |
StandaloneBeanContext.newSubContext(ExecutionContext executionContext) |
BeanContext |
BeanContext.newSubContext(ExecutionContext executionContext)
|
Copyright © 2020. All rights reserved.