| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary.parse |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,BeanTagAttributeInfo>> |
CustomTagAnnotations.getAttributeProperties()
Retrieves a map of attribute and property information for the bean tags.
|
static Map<String,BeanTagAttributeInfo> |
CustomTagAnnotations.getAttributes(Class<?> tagClass)
Creates a map of entries the properties marked by the annotation of the bean class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CustomSchemaParser.processSingleValue(String name,
String value,
Map<String,BeanTagAttributeInfo> entries,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
Adds the property value to the bean definition based on the name and value of the attribute.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.