|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.plugin.emailnotifier.NotificationFormatter
public class NotificationFormatter
Javadoc: TODO.
| Field Summary | |
|---|---|
static String |
MARKER_CHANGED_PAGE_INFO
Some 'info' about the changed page (author and version), this marker can be used in the PARAM_CHANGED_PAGE_PATTERN as desired. |
static String |
MARKER_CHANGED_PAGE_LIST
Location where the list of changed pages will be inserted. |
static String |
MARKER_CHANGED_PAGE_NAME
The name of the changed page, this marker can be used in the PARAM_CHANGED_PAGE_PATTERN as desired. |
static String |
MARKER_SUBSCRIPTION_PAGE
Name of the subscription page specificed by the plugin parameter. |
| Constructor Summary | |
|---|---|
NotificationFormatter()
|
|
| Method Summary | |
|---|---|
void |
addToPageList(String pageName,
List versionList)
|
String |
getFinishedMessageBody()
|
void |
replacePageListMarker()
|
void |
replaceSubscriptionPageMarker(String page)
|
void |
resetSubscriberSpecificElements()
|
void |
updateFormatterParameters(Map paramMap)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MARKER_SUBSCRIPTION_PAGE
public static final String MARKER_CHANGED_PAGE_LIST
public static final String MARKER_CHANGED_PAGE_NAME
public static final String MARKER_CHANGED_PAGE_INFO
| Constructor Detail |
|---|
public NotificationFormatter()
| Method Detail |
|---|
public void updateFormatterParameters(Map paramMap)
public void replaceSubscriptionPageMarker(String page)
public void replacePageListMarker()
public String getFinishedMessageBody()
public void addToPageList(String pageName,
List versionList)
public void resetSubscriberSpecificElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||