Class NMessagesPlaceholdersSubstitutorUtil
- java.lang.Object
-
- org.gcube.application.cms.notifications.substitutor.NMessagesPlaceholdersSubstitutorUtil
-
public class NMessagesPlaceholdersSubstitutorUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description NMessagesPlaceholdersSubstitutorUtil(String linkToNotificationMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLinkToNotificationMessages()SubstitutorMessagesMapgetPlaceholderMapValues()StringreplacePlaceholder(String notificationPlaceholder)voidsetPlaceholderMapValues(SubstitutorMessagesMap placeholderMapValues)
-
-
-
Constructor Detail
-
NMessagesPlaceholdersSubstitutorUtil
public NMessagesPlaceholdersSubstitutorUtil(String linkToNotificationMessages) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getLinkToNotificationMessages
public String getLinkToNotificationMessages()
-
setPlaceholderMapValues
public void setPlaceholderMapValues(SubstitutorMessagesMap placeholderMapValues)
-
getPlaceholderMapValues
public SubstitutorMessagesMap getPlaceholderMapValues()
-
-