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 |
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 |
BeanContext.getBeanId(String beanId)
Get the
BeanId instance for the specified beanId String. |
BeanId |
BeanIdStore.getBeanId(String beanId) |
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 |
BeanIdRegister.getBeanId(String beanId)
Deprecated.
|
BeanId |
BeanRepository.getBeanId(String beanId)
Deprecated.
|
BeanId |
BeanIdRegister.register(String beanIdName)
Deprecated.
|
BeanId |
BeanId.setCreateResourceConfiguration(SmooksResourceConfiguration createResourceConfig)
Set the
SmooksResourceConfiguration associated with the
BeanInstanceCreator that is creating the bean with which this
BeanId instance is associated. |
Modifier and Type | Method and Description |
---|---|
Map<String,BeanId> |
BeanIdRegister.getBeanIdMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanRepository.addBean(BeanId beanId,
Object bean)
Deprecated.
|
void |
BeanRepository.changeBean(BeanId beanId,
Object bean)
Deprecated.
|
boolean |
BeanRepository.containsBean(BeanId beanId)
Deprecated.
|
Object |
BeanRepository.getBean(BeanId beanId)
Deprecated.
|
Object |
BeanRepository.removeBean(BeanId beanId)
Deprecated.
|
void |
BeanRepository.setBeanInContext(BeanId beanId,
boolean inContext)
Deprecated.
|
Copyright © 2016. All rights reserved.