Class CompositeComponentBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.sun.faces.facelets.tag.composite.CompositeComponentBeanInfo
- All Implemented Interfaces:
BeanInfo
,Externalizable
,Serializable
public class CompositeComponentBeanInfo extends SimpleBeanInfo implements BeanInfo, Externalizable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors Constructor Description CompositeComponentBeanInfo()
-
Method Summary
Modifier and Type Method Description BeanDescriptor
getBeanDescriptor()
PropertyDescriptor[]
getPropertyDescriptors()
List<PropertyDescriptor>
getPropertyDescriptorsList()
void
readExternal(ObjectInput in)
void
setBeanDescriptor(BeanDescriptor newDescriptor)
void
writeExternal(ObjectOutput out)
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.beans.BeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors
-
Constructor Details
-
CompositeComponentBeanInfo
public CompositeComponentBeanInfo()
-
-
Method Details
-
getBeanDescriptor
- Specified by:
getBeanDescriptor
in interfaceBeanInfo
- Overrides:
getBeanDescriptor
in classSimpleBeanInfo
-
setBeanDescriptor
-
getPropertyDescriptors
- Specified by:
getPropertyDescriptors
in interfaceBeanInfo
- Overrides:
getPropertyDescriptors
in classSimpleBeanInfo
-
getPropertyDescriptorsList
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-