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()SubstitutorPlaceholdersMapgetPlaceholderMapValues()StringreplacePlaceholder(org.gcube.application.cms.plugins.events.ItemObserved<org.gcube.application.geoportal.common.model.document.Project> itemObserved, String notificationPlaceholder)voidsetPlaceholderMapValues(SubstitutorPlaceholdersMap placeholderMapValues)
-
-
-
Constructor Detail
-
NMessagesPlaceholdersSubstitutorUtil
public NMessagesPlaceholdersSubstitutorUtil(String linkToNotificationMessages) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getLinkToNotificationMessages
public String getLinkToNotificationMessages()
-
setPlaceholderMapValues
public void setPlaceholderMapValues(SubstitutorPlaceholdersMap placeholderMapValues)
-
replacePlaceholder
public String replacePlaceholder(org.gcube.application.cms.plugins.events.ItemObserved<org.gcube.application.geoportal.common.model.document.Project> itemObserved, String notificationPlaceholder)
-
getPlaceholderMapValues
public SubstitutorPlaceholdersMap getPlaceholderMapValues()
-
-