|
|||||||||
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(java.lang.Class<?>... clazzes)
Constructor. |
Method Summary | |
---|---|
java.util.List<java.beans.FeatureDescriptor> |
getDescriptors()
Returns the descriptors of all the introspected classes. |
java.util.Map<java.lang.String,java.beans.PropertyDescriptor> |
getMappedDescriptors(java.lang.Class<?> clazz)
Returns a map of the introspected properties for the given class. |
java.util.Set<java.lang.String> |
getProperties(java.lang.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(java.lang.Class<?>... clazzes)
clazzes
- The list of classes to analyze and combine.Method Detail |
---|
public java.util.List<java.beans.FeatureDescriptor> getDescriptors()
public java.util.Map<java.lang.String,java.beans.PropertyDescriptor> getMappedDescriptors(java.lang.Class<?> clazz)
clazz
- The class to get the properties from.
public java.util.Set<java.lang.String> getProperties(java.lang.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 |