public class ComponentIntrospector extends ObjectIntrospector
ObjectIntrospector to provide
nextapp.echo.app.Component-specific functionality,
i.e., introspection of style constants names.PUBLIC_CONSTANT_MODIFERS| Modifier | Constructor and Description |
|---|---|
protected |
ComponentIntrospector(java.lang.String typeName,
java.lang.ClassLoader classLoader)
Creates a new
ComponentIntrospector for the specified
type. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStyleConstantName(java.lang.String propertyName)
Returns the name of the style constant for the given
property name.
|
getConstantNames, getConstantValue, getEventHandlerNames, getEventSetDescriptor, getEventSetNames, getObjectClass, getPropertyClass, getPropertyCount, getPropertyDefinitionConcreteType, getPropertyDefinitionType, getPropertyDescriptor, getPropertyNames, getWriteMethod, isIndexedProperty, setPropertyprotected ComponentIntrospector(java.lang.String typeName,
java.lang.ClassLoader classLoader)
throws java.lang.ClassNotFoundException
ComponentIntrospector for the specified
type.typeName - the component type namejava.lang.ClassNotFoundException