org.apache.myfaces.view.facelets.tag.composite
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: 881558 $ $Date: 2009-11-17 16:55:58 -0500 (Tue, 17 Nov 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
- See Also:
- Serialized Form
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 |
CompositeComponentPropertyDescriptor
public CompositeComponentPropertyDescriptor()
throws IntrospectionException
- Used for serialization only
- Throws:
IntrospectionException
CompositeComponentPropertyDescriptor
public CompositeComponentPropertyDescriptor(String propertyName)
throws IntrospectionException
- Throws:
IntrospectionException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.