|
Class Summary |
| DemoFlattenAttributeConverter |
A demo flattener that flattens multiple values into a single string literal separated by a
configured valueSeparator string (refer to comments in DemoFlattenPropertyConverter. |
| DemoFlattenPropertyConverter |
An example of a property converter, which can be triggered on a attribute according to the presence
of one or more metadata settings on it (as defined when it is registered in conf/connector.xml (connector-specific
scope) or conf/server_jcs.xml (global scope)). |
| DemoFlattenPropertyConverter.DemoFlattenConfig |
Sample of a configuration bean that can be initialised via Spring XML and provide
more static / larger scoped behavioural settings then those provided for each individual property (aka
attribute) via metadata settings. |