Class Summary |
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 |