Static Public Member Functions | |
| void | setCacheable (FeatureDescriptor featureDescriptor, boolean cacheable) |
| Boolean | isCacheable (FeatureDescriptor featureDescriptor) |
| void | setExpandable (FeatureDescriptor featureDescriptor, boolean expandable) |
| boolean | isExpandable (FeatureDescriptor featureDescriptor) |
| void | setDefaultAction (FeatureDescriptor featureDescriptor, String defaultAction) |
| void | setDefaultAction (BeanInfo beanInfo, String defaultAction) |
| String | getDefaultAction (FeatureDescriptor featureDescriptor) |
| String | getDefaultAction (BeanInfo beanInfo) |
| void | addActions (FeatureDescriptor featureDescriptor, String[] actions) |
| String[] | getActions (FeatureDescriptor featureDescriptor) |
| String[] | getActions (BeanInfo beanInfo) |
| void | addActions (BeanInfo beanInfo, String[] actions) |
Private Member Functions | |
| BeanTagger () | |
Static Private Member Functions | |
| final boolean | getBooleanValue (FeatureDescriptor featureDescriptor, String property) |
| final void | setBooleanValue (FeatureDescriptor featureDescriptor, String property, boolean value) |
| final boolean | doesActionExist (String[] actions, String action) |
Static Private Attributes | |
| final String | IS_CACHEABLE_PROPERTY_NAME = "beantagger.isCacheable" |
| final String | IS_EXPANDABLE_PROPERTY_NAME = "beantagger.isExpandable" |
| final String | ACTIONS_PROPERTY_NAME = "beantagger.actions" |
| final String | DEFAULT_ACTION_PROPERTY_NAME = "beantagger.defaultAction" |
| final String | EMPTY_STRING = "" |
|
|
prevent the creation of an new instance |
|
||||||||||||
|
Adds classes of available actions to this BeanInfo. If the BeanInfo already defines some actions the existing ones and the new ones are merged together.
|
|
||||||||||||
|
Adds classes of available actions to this descriptor. If the featureDescriptor already defines some actions the existing ones and the new ones are merged together.
|
|
||||||||||||
|
|
|
|
Gets the class of available actions for this BeanInfo
|
|
|
Gets the class of available actions for this descriptor
|
|
||||||||||||
|
|
|
|
Gets the default action qualified name for this
|
|
|
Gets the default action qualified name for this
|
|
|
Checks if the given
|
|
|
Checks if this
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Adds the information that this
|
|
||||||||||||
|
Sets the default action qualified name for this
|
|
||||||||||||
|
Sets the default action qualified name for this
|
|
||||||||||||
|
Adds the information that this
|
|
|
name of property that is used to specify the qname of available actions |
|
|
name of property that is used to specify the qname of the default action |
|
|
|
|
|
name of property that can be used to specify that a property or a bean is cacheable which neams that the property value or all properties values of the bean can be cached |
|
|
name of property that can be used to specify that a property is expandable which neams that the property value is a bean having more properties |
1.3.8