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 BeanDescriptorgetBeanDescriptor()PropertyDescriptor[]getPropertyDescriptors()List<PropertyDescriptor>getPropertyDescriptorsList()voidreadExternal(ObjectInput in)voidsetBeanDescriptor(BeanDescriptor newDescriptor)voidwriteExternal(ObjectOutput out)Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.beans.BeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors
-
Constructor Details
-
CompositeComponentBeanInfo
public CompositeComponentBeanInfo()
-
-
Method Details
-
getBeanDescriptor
- Specified by:
getBeanDescriptorin interfaceBeanInfo- Overrides:
getBeanDescriptorin classSimpleBeanInfo
-
setBeanDescriptor
-
getPropertyDescriptors
- Specified by:
getPropertyDescriptorsin interfaceBeanInfo- Overrides:
getPropertyDescriptorsin classSimpleBeanInfo
-
getPropertyDescriptorsList
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-