Package com.xpn.xwiki.notify
Class XWikiPageNotification
- java.lang.Object
-
- com.xpn.xwiki.notify.XWikiPageNotification
-
- All Implemented Interfaces:
XWikiActionNotificationInterface
@Deprecated public class XWikiPageNotification extends Object implements XWikiActionNotificationInterface
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description XWikiPageNotification()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
notify(XWikiNotificationRule rule, XWikiDocument doc, String action, XWikiContext context)
Deprecated.protected void
notifyPage(String page, XWikiNotificationRule rule, XWikiDocument doc, String action, XWikiContext context)
Deprecated.
-
-
-
Method Detail
-
notify
public void notify(XWikiNotificationRule rule, XWikiDocument doc, String action, XWikiContext context)
Deprecated.- Specified by:
notify
in interfaceXWikiActionNotificationInterface
-
notifyPage
protected void notifyPage(String page, XWikiNotificationRule rule, XWikiDocument doc, String action, XWikiContext context)
Deprecated.
-
-