Class CompositeComponentPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
java.beans.PropertyDescriptor
org.apache.myfaces.view.facelets.tag.composite.CompositeComponentPropertyDescriptor
- All Implemented Interfaces:
Externalizable
,Serializable
public class CompositeComponentPropertyDescriptor
extends PropertyDescriptor
implements Externalizable
Serializable implementation of PropertyDescriptor
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed for serialization onlyCompositeComponentPropertyDescriptor
(String propertyName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
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, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
-
Constructor Details
-
CompositeComponentPropertyDescriptor
Used for serialization only- Throws:
IntrospectionException
-
CompositeComponentPropertyDescriptor
- Throws:
IntrospectionException
-
-
Method Details
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-