Package | Description |
---|---|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context | |
org.milyn.javabean.lifecycle | |
org.milyn.javabean.observers | |
org.milyn.javabean.repository | |
org.milyn.persistence.observers | |
org.milyn.templating |
Templating for Smooks.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanInstancePopulator.populateAndSetPropertyValue(Object bean,
BeanContext beanContext,
BeanId targetBeanId,
ExecutionContext executionContext,
Fragment source) |
Modifier and Type | Method and Description |
---|---|
BeanId |
StandaloneBeanContext.getBeanId(String beanId) |
BeanId |
BeanIdStore.getBeanId(String beanId) |
BeanId |
BeanContext.getBeanId(String beanId)
Get the
BeanId instance for the specified beanId String. |
BeanId |
BeanIdStore.register(String beanIdName)
registers a beanId name and returns the
BeanId object. |
Modifier and Type | Method and Description |
---|---|
Map<String,BeanId> |
BeanIdStore.getBeanIdMap()
Returns a copy of the internal bean id map
|
Modifier and Type | Method and Description |
---|---|
void |
StandaloneBeanContext.addBean(BeanId beanId,
Object bean) |
void |
BeanContext.addBean(BeanId beanId,
Object bean)
Add a bean instance under the specified
BeanId . |
void |
StandaloneBeanContext.addBean(BeanId beanId,
Object bean,
Fragment source) |
void |
BeanContext.addBean(BeanId beanId,
Object bean,
Fragment source)
Add a bean instance under the specified beanId string.
|
void |
StandaloneBeanContext.changeBean(BeanId beanId,
Object bean,
Fragment source) |
void |
BeanContext.changeBean(BeanId beanId,
Object bean,
Fragment source)
Changes a bean instance of the given
BeanId . |
boolean |
StandaloneBeanContext.containsBean(BeanId beanId) |
boolean |
BeanContext.containsBean(BeanId beanId)
Looks if a bean instance is set under the
BeanId |
Object |
StandaloneBeanContext.getBean(BeanId beanId) |
Object |
BeanContext.getBean(BeanId beanId)
Get the current bean, specified by the supplied
BeanId . |
Object |
StandaloneBeanContext.removeBean(BeanId beanId,
Fragment source) |
Object |
BeanContext.removeBean(BeanId beanId,
Fragment source)
Removes a bean and all its associated lifecycle beans from the bean map
|
void |
StandaloneBeanContext.setBeanInContext(BeanId beanId,
boolean inContext) |
void |
BeanContext.setBeanInContext(BeanId beanId,
boolean inContext)
Mark the bean as being in context.
|
Modifier and Type | Method and Description |
---|---|
BeanId |
BeanContextLifecycleEvent.getBeanId() |
Constructor and Description |
---|
BeanContextLifecycleEvent(ExecutionContext executionContext,
Fragment source,
BeanLifecycle lifecycle,
BeanId beanId,
Object bean)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
BeanWiringObserver |
BeanWiringObserver.watchedBeanId(BeanId watchedBeanId) |
Constructor and Description |
---|
BeanWiringObserver(BeanId watchingBean,
BeanInstancePopulator populator) |
ListToArrayChangeObserver(BeanId watchedBean,
String property,
BeanInstancePopulator populator) |
Modifier and Type | Method and Description |
---|---|
BeanId |
BeanId.setCreateResourceConfiguration(SmooksResourceConfiguration createResourceConfig)
Set the
SmooksResourceConfiguration associated with the
BeanInstanceCreator that is creating the bean with which this
BeanId instance is associated. |
Constructor and Description |
---|
BeanCreateLifecycleObserver(BeanId watchedBean,
EntityLocatorParameterVisitor populator,
BeanRuntimeInfo wiredBeanRI)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
BeanId |
AbstractTemplateProcessor.getBindBeanId() |
Copyright © 2020. All rights reserved.