Package | Description |
---|---|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.messages | |
org.kuali.rice.krad.messages.providers |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageBeanProcessor.applyMessageToBean(Message message,
org.springframework.beans.factory.config.BeanDefinition beanDefinition,
Class<?> beanClass)
Applies the text for a given message to the associated bean definition property
|
protected void |
MessageBeanProcessor.applyMessageToNestedBean(Message message,
org.springframework.beans.factory.config.BeanDefinition beanDefinition,
String propertyPath)
Applies the given message text to the property within the given bean definition
|
protected void |
MessageBeanProcessor.applyMessageToNestedListBean(Message message,
List<?> listPropertyValue,
String propertyPath)
Applies a message to a nested list bean definition
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageService.getMessage(String namespace,
String component,
String key)
Gets the
Message object that has the given namespace, component, key, and the default
system locale |
Message |
MessageServiceImpl.getMessage(String namespace,
String component,
String key) |
Message |
MessageProvider.getMessage(String namespace,
String component,
String key,
String locale)
Gets the
Message object that has the given namespace, component, key, and locale |
Message |
MessageService.getMessage(String namespace,
String component,
String key,
String locale)
Gets the
Message object that has the given namespace, component, key, and locale |
Message |
MessageServiceImpl.getMessage(String namespace,
String component,
String key,
String locale) |
Modifier and Type | Method and Description |
---|---|
Collection<Message> |
MessageService.getAllMessagesForComponent(String namespace,
String component)
Gets all message objects for the given namespace and component using the default locale
|
Collection<Message> |
MessageServiceImpl.getAllMessagesForComponent(String namespace,
String component) |
Collection<Message> |
MessageProvider.getAllMessagesForComponent(String namespace,
String component,
String locale)
Gets all message objects for the given namespace, component, and locale
|
Collection<Message> |
MessageService.getAllMessagesForComponent(String namespace,
String component,
String locale)
Gets all message objects for the given namespace, component, and locale
|
Collection<Message> |
MessageServiceImpl.getAllMessagesForComponent(String namespace,
String component,
String locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageServiceImpl.mergeMessages(Collection<Message> messages,
Collection<Message> messagesToMerge)
Merges the second collection into the first collection
|
protected void |
MessageServiceImpl.mergeMessages(Collection<Message> messages,
Collection<Message> messagesToMerge)
Merges the second collection into the first collection
|
Modifier and Type | Method and Description |
---|---|
protected Message |
ResourceMessageProvider.buildMessage(String namespace,
String component,
String key,
String messageText,
String locale)
Helper method to build a
Message object from the given parameters |
Message |
ResourceMessageProvider.getMessage(String namespace,
String component,
String key,
String locale)
Iterates through the resource bundles for the give namespace (or the application if namespace is not given)
and finds the message that matches the given key
|
Message |
DatabaseMessageProvider.getMessage(String namespace,
String component,
String key,
String locale) |
Modifier and Type | Method and Description |
---|---|
Collection<Message> |
ResourceMessageProvider.getAllMessagesForComponent(String namespace,
String component,
String locale)
Iterates through the resource bundles for the give namespace (or the application if namespace is not given)
and finds all messages that match the given namespace
|
Collection<Message> |
DatabaseMessageProvider.getAllMessagesForComponent(String namespace,
String component,
String locale) |
protected Collection<Message> |
DatabaseMessageProvider.getMessageByCriteria(String namespace,
String component,
String key,
String locale)
Performs a query using the
LookupService to retrieve messages that match the given
namespace, component, name, and locale. |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.