Class CompositeAttributePropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
java.beans.PropertyDescriptor
com.sun.faces.facelets.tag.composite.CompositeAttributePropertyDescriptor
A property descriptor for a composite component attribute.
-
Constructor Summary
ConstructorDescriptionCompositeAttributePropertyDescriptor
(String propertyName, Method readMethod, Method writeMethod) -
Method Summary
Methods inherited from class java.beans.PropertyDescriptor
createPropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
-
Constructor Details
-
CompositeAttributePropertyDescriptor
public CompositeAttributePropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) throws IntrospectionException - Throws:
IntrospectionException
-
-
Method Details
-
getValue
- Overrides:
getValue
in classFeatureDescriptor
-