org.apache.myfaces.view.facelets.tag.composite
Class CompositeComponentPropertyDescriptor

java.lang.Object
  extended by java.beans.FeatureDescriptor
      extended by java.beans.PropertyDescriptor
          extended by org.apache.myfaces.view.facelets.tag.composite.CompositeComponentPropertyDescriptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class CompositeComponentPropertyDescriptor
extends java.beans.PropertyDescriptor
implements java.io.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

Constructor Summary
CompositeComponentPropertyDescriptor()
          Used for serialization only
CompositeComponentPropertyDescriptor(java.lang.String propertyName)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeComponentPropertyDescriptor

public CompositeComponentPropertyDescriptor()
                                     throws java.beans.IntrospectionException
Used for serialization only

Throws:
java.beans.IntrospectionException

CompositeComponentPropertyDescriptor

public CompositeComponentPropertyDescriptor(java.lang.String propertyName)
                                     throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.