| |
|
| java.lang.Object uk.org.ponder.springutil.StaticTLAB
All known Subclasses: uk.org.ponder.springutil.ByClassTLAB,
getUnwrapLists | public boolean getUnwrapLists()(Code) | | |
setBindAfter | public void setBindAfter(Object bindAfter)(Code) | | If set to "*" will cause the contributed bean to be placed in the last
list position. Other values will be supported in future versions.
|
setBindBefore | public void setBindBefore(Object bindBefore)(Code) | | If set to "*" will cause the contributed bean to be placed in the first
list position. Other values will be supported in future versions.
|
setTargetBean | public void setTargetBean(String targetBean)(Code) | | The name of the target bean to receive the held bean as part of its list
dependency
|
setTargetPath | public void setTargetPath(String targetPath)(Code) | | A compact alternative to specifying targetBean and
targetProperty - use targetPath instead to
specify a single dot-separated "EL" as
targetBean.targetProperty
|
setTargetProperty | public void setTargetProperty(String targetProperty)(Code) | | The name of the list-valued property of the target bean *
|
setUnwrapLists | public void setUnwrapLists(boolean unwraplists)(Code) | | If set to false (the default is true , any
list-valued object will be delivered "in the raw" into the target property
list, rather than being unpacked into it.
|
setValue | public void setValue(Object value)(Code) | | The "held" object to be aggregated into the list-valued property of the
target bean. Exactly one out of this property and
StaticTLAB.setValueRef(String)
must be set.
|
setValueRef | public void setValueRef(String valueref)(Code) | | The EL or bean name at which the "held" object can be found. Exactly
one out of this property and
StaticTLAB.setValue(Object) must be set.
|
setValueRefs | public void setValueRefs(String[] valuerefs)(Code) | | |
|
|
|