Class StandardBindingSet

java.lang.Object
de.businesscode.bcdui.binding.StandardBindingSet
All Implemented Interfaces:
BindingSet, Serializable, Cloneable

public class StandardBindingSet extends Object implements BindingSet
A BindingSet is a mapping from names to BindingItems. It is read from a static XML file by the Bindings class usually from WEB-INF/bindings That file must satisfy the Schema bindings.xsd.
See Also: