| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryBeanProcessorBase
Base class for dictionary bean processors that provides utility methods
|
class |
MessageBeanProcessor
Dictionary bean processor that retrieves external messages for bean definitions and alters the bean
definitions to use the external text
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
DictionaryBeanFactoryPostProcessor.processArrayStringPropertyValue(String propertyName,
Object[] propertyValue,
String elementValue,
int elementIndex,
Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack,
List<DictionaryBeanProcessor> beanProcessors)
Invokes the processors to handle an array string value (which may be changed)
|
protected String |
DictionaryBeanFactoryPostProcessor.processListStringPropertyValue(String propertyName,
List<?> propertyValue,
String elementValue,
int elementIndex,
Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack,
List<DictionaryBeanProcessor> beanProcessors)
Invokes the processors to handle an list string value (which may be changed)
|
protected String |
DictionaryBeanFactoryPostProcessor.processMapStringPropertyValue(String propertyName,
Map<?,?> propertyValue,
String elementValue,
Object elementKey,
Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack,
List<DictionaryBeanProcessor> beanProcessors)
Invokes the processors to handle an map string value (which may be changed)
|
protected String |
DictionaryBeanFactoryPostProcessor.processSetStringPropertyValue(String propertyName,
Set<?> propertyValue,
String elementValue,
Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack,
List<DictionaryBeanProcessor> beanProcessors)
Invokes the processors to handle an set string value (which may be changed)
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.