com.xpn.xwiki.notify
Class XWikiPageNotification

java.lang.Object
  extended by com.xpn.xwiki.notify.XWikiPageNotification
All Implemented Interfaces:
XWikiActionNotificationInterface

public class XWikiPageNotification
extends java.lang.Object
implements XWikiActionNotificationInterface

Created by IntelliJ IDEA. User: ludovic Date: 8 avr. 2006 Time: 00:13:39 To change this template use File | Settings | File Templates.


Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
XWikiPageNotification()
           
 
Method Summary
 void notify(XWikiNotificationRule rule, XWikiDocument doc, java.lang.String action, XWikiContext context)
           
protected  void notifyPage(java.lang.String page, XWikiNotificationRule rule, XWikiDocument doc, java.lang.String action, XWikiContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

XWikiPageNotification

public XWikiPageNotification()
Method Detail

notify

public void notify(XWikiNotificationRule rule,
                   XWikiDocument doc,
                   java.lang.String action,
                   XWikiContext context)
Specified by:
notify in interface XWikiActionNotificationInterface

notifyPage

protected void notifyPage(java.lang.String page,
                          XWikiNotificationRule rule,
                          XWikiDocument doc,
                          java.lang.String action,
                          XWikiContext context)


Copyright 2003 Ludovic Dubost