Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.scopemvc.model.beans

Interface Summary
DynamicInvokable BeansActionManager queries models that implement this for whether a ModelAction can be invoked.
DynamicReadOnly BeansPropertyManager queries models that implement this for whether a property is read-only before falling back on simply looking for a setter/getter.
 

Class Summary
Accessor Describes a single JavaBeans accessor.
BeanInfos Internal class used by the Beans ModelManagers to access BeanInfo for model objects.
BeansActionManager BeansActionManager is a org.scopemvc.core.ActionManager that handles the actions (invokable methods) of JavaBean model objects.
BeansEditorManager BeansEditorManager is a org.scopemvc.core.EditorManager that handles creation of editors and viewer for properties of JavaBean model objects.
BeansPropertyManager BeansPropertyManager is a org.scopemvc.core.PropertyManager that handles the properties of JavaBean model objects.
 

Exception Summary
NullPropertyException Internal Exception to mark traversal of properties that are null.