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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CompositeComponentPropertyDescriptor()Used for serialization onlyCompositeComponentPropertyDescriptor(String propertyName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)- 
Methods inherited from class java.beans.PropertyDescriptorcreatePropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod
 - 
Methods inherited from class java.beans.FeatureDescriptorattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CompositeComponentPropertyDescriptorpublic CompositeComponentPropertyDescriptor() throws IntrospectionExceptionUsed for serialization only- Throws:
- IntrospectionException
 
 - 
CompositeComponentPropertyDescriptorpublic CompositeComponentPropertyDescriptor(String propertyName) throws IntrospectionException - Throws:
- IntrospectionException
 
 
- 
 - 
Method Detail- 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 - 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
- 
 
-