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 SummaryConstructorsConstructorDescriptionUsed for serialization onlyCompositeComponentPropertyDescriptor(String propertyName) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidMethods inherited from class java.beans.PropertyDescriptorcreatePropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethodMethods inherited from class java.beans.FeatureDescriptorattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
- 
Constructor Details- 
CompositeComponentPropertyDescriptorUsed for serialization only- Throws:
- IntrospectionException
 
- 
CompositeComponentPropertyDescriptor- Throws:
- IntrospectionException
 
 
- 
- 
Method Details- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
-