Uses of Class
dk.cloudcreate.essentials.shared.messages.MessageTemplate0
Packages that use MessageTemplate0
-
Uses of MessageTemplate0 in dk.cloudcreate.essentials.shared.messages
Methods in dk.cloudcreate.essentials.shared.messages that return MessageTemplate0Modifier and TypeMethodDescriptionstatic MessageTemplate0Create a message key (same asMessageTemplates.root(String)) with no parameters.
Example:static MessageTemplate0Create a message key (same asMessageTemplates.root(String)) with no parameters.
Example:static MessageTemplate0Create a root message key (same asMessageTemplates.key(String)).
This is usually used for the root key, to provide context for message template.
Example:Create a sub key which concatenates thisMessageTemplate'sAbstractMessageTemplate.getKey()with the providedmessageKey
Example:Create aMessageTemplatewith a key that is a concatenation of thisMessageTemplate'sAbstractMessageTemplate.getKey()and the providedmessageKey
Example: