Class | Description |
---|---|
BeanTagAttributeInfo |
Data storage class for information related to a single property of a defined custom tag.
|
BeanTagInfo |
Data storage class for information about a custom tag for a single bean object.
|
CustomNamespace |
Handles the registering of custom schema tags with the custom parser for the Spring Xml Authoring System.
|
CustomSchemaParser |
Parser for parsing xml bean's created using the custom schema into normal spring bean format.
|
CustomTagAnnotations |
Creates and stores the information defined for the custom schema.
|
StringListConverter |
Converts a string configured in the dictionary for a list property type to a List
object using the convention of commas to separate list entries
|
StringMapConverter |
Converts a string configured in the dictionary for a map property type to a Map
object using the convention of commas to separate map entries and a colon to separate
the key value pair
|
Enum | Description |
---|---|
BeanTagAttribute.AttributeType |
Annotation Type | Description |
---|---|
BeanTag |
Annotation flag that the connected class is a represented by the declared name in Spring Beans created using the
custom schema.
|
BeanTagAttribute |
Annotation flag that the connected method is represented by the declared name in Spring Beans created using the
custom schema.
|
BeanTags |
BeanTags annotation for holding multiple BeanTag annotations, for krad beans
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.