|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.util.CombinedBeanInfo
public class CombinedBeanInfo
Contains the bean infos about one or more classes.
| Constructor Summary | |
|---|---|
CombinedBeanInfo(Class<?>... clazzes)
Constructor. |
|
| Method Summary | |
|---|---|
List<FeatureDescriptor> |
getDescriptors()
Returns the descriptors of all the introspected classes. |
Map<String,PropertyDescriptor> |
getMappedDescriptors(Class<?> clazz)
Returns a map of the introspected properties for the given class. |
Set<String> |
getProperties(Class<?> clazz)
Returns the set of properties for the given introspected class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombinedBeanInfo(Class<?>... clazzes)
clazzes - The list of classes to analyze and combine.| Method Detail |
|---|
public List<FeatureDescriptor> getDescriptors()
public Map<String,PropertyDescriptor> getMappedDescriptors(Class<?> clazz)
clazz - The class to get the properties from.
public Set<String> getProperties(Class<?> clazz)
clazz - The class to get the properties from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||