|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyBuilder
Ties properties to the host component registration. Properties can be set via specific methods or generically
via withProperty(String,String)
| Field Summary | |
|---|---|
static java.lang.String |
BEAN_NAME
The name of the host component bean, usually the Spring bean identifier |
static java.lang.String |
CONTEXT_CLASS_LOADER_STRATEGY
The context class loader strategy to use for managing the CCL when invoking host component methods |
| Method Summary | |
|---|---|
PropertyBuilder |
withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
Sets the strategy to use for context classloader management |
PropertyBuilder |
withName(java.lang.String name)
Sets the bean name of the host component |
PropertyBuilder |
withProperty(java.lang.String name,
java.lang.String value)
Sets an arbitrary property to register with the host component |
| Field Detail |
|---|
static final java.lang.String BEAN_NAME
static final java.lang.String CONTEXT_CLASS_LOADER_STRATEGY
| Method Detail |
|---|
PropertyBuilder withName(java.lang.String name)
name - The name
PropertyBuilder withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
strategy - The strategy to use
PropertyBuilder withProperty(java.lang.String name,
java.lang.String value)
name - The property namevalue - The property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||