Package org.apache.tiles.core.util
Class CombinedBeanInfo
java.lang.Object
org.apache.tiles.core.util.CombinedBeanInfo
Contains the bean infos about one or more classes.
- Since:
- 2.2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the descriptors of all the introspected classes.getMappedDescriptors(Class<?> clazz) Returns a map of the introspected properties for the given class.getProperties(Class<?> clazz) Returns the set of properties for the given introspected class.
- 
Constructor Details- 
CombinedBeanInfoConstructor.- Parameters:
- clazzes- The list of classes to analyze and combine.
- Since:
- 2.2.0
 
 
- 
- 
Method Details- 
getDescriptorsReturns the descriptors of all the introspected classes.- Returns:
- The feature descriptors.
- Since:
- 2.2.0
 
- 
getMappedDescriptorsReturns a map of the introspected properties for the given class.- Parameters:
- clazz- The class to get the properties from.
- Returns:
- The map of property descriptors.
- Since:
- 2.2.0
 
- 
getPropertiesReturns the set of properties for the given introspected class.- Parameters:
- clazz- The class to get the properties from.
- Returns:
- The set of properties.
- Since:
- 2.2.0
 
 
-