All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
consumes(Object object) |
String |
getBeanId() |
SmooksResourceConfiguration |
getConfig() |
org.milyn.javabean.DataDecoder |
getDecoder() |
org.milyn.javabean.DataDecoder |
getDecoder(ContentDeliveryConfig deliveryConfig) |
Set<? extends Object> |
getProducts() |
String |
getProperty() |
String |
getWireBeanId() |
void |
initialize()
Set the resource configuration on the bean populator.
|
boolean |
isBeanWiring() |
void |
populateAndSetPropertyValue(Object bean,
BeanContext beanContext,
BeanId targetBeanId,
ExecutionContext executionContext,
Fragment source) |
void |
setBeanId(String beanId) |
void |
setDecoder(org.milyn.javabean.DataDecoder decoder) |
void |
setDefaultVal(String defaultVal) |
void |
setExpression(MVELExpressionEvaluator expression) |
void |
setProperty(String property) |
void |
setPropertyValue(String mapPropertyName,
Object dataObject,
ExecutionContext executionContext,
Fragment source) |
void |
setSetterMethod(String setterMethod) |
void |
setTypeAlias(String typeAlias) |
void |
setValueAttributeName(String valueAttributeName) |
void |
setValueAttributePrefix(String valueAttributePrefix) |
void |
setWireBeanId(String wireBeanId) |
void |
visitAfter(Element element,
ExecutionContext executionContext) |
void |
visitAfter(SAXElement element,
ExecutionContext executionContext) |
void |
visitBefore(Element element,
ExecutionContext executionContext) |
void |
visitBefore(SAXElement element,
ExecutionContext executionContext) |