public class WikiPageRenameEvent extends WikiPageEvent
This reuses WikiPageEvent.getPageName()
to return the new name of the
page, with getOldPageName()
returning the old name.
WikiPageEvent
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
PAGE_RENAMED
Indicates a page rename event.
|
PAGE_DELETE_REQUEST, PAGE_DELETED, PAGE_DELIVERED, PAGE_LOCK, PAGE_REQUESTED, PAGE_UNLOCK, POST_SAVE, POST_SAVE_BEGIN, POST_SAVE_END, POST_TRANSLATE, POST_TRANSLATE_BEGIN, POST_TRANSLATE_END, PRE_SAVE, PRE_SAVE_BEGIN, PRE_SAVE_END, PRE_TRANSLATE, PRE_TRANSLATE_BEGIN, PRE_TRANSLATE_END
source
Constructor and Description |
---|
WikiPageRenameEvent(Object src,
String oldname,
String newname)
Constructs an instance of this event.
|
Modifier and Type | Method and Description |
---|---|
String |
eventName()
Returns a textual representation of the event type.
|
String |
getNewPageName()
Returns the new Wiki page name associated with this event.
|
String |
getOldPageName()
Returns the old Wiki page name associated with this event.
|
String |
getTypeDescription()
Returns a human-readable description of the event type.
|
static boolean |
isValidType(int type)
Returns true if the int value is a WikiPageRenameEvent type.
|
getPageName
getSrc, getType, getWhen, setType, toString
getSource
public static final int PAGE_RENAMED
PageRenamer
.public WikiPageRenameEvent(Object src, String oldname, String newname)
src
- the Object that is the source of the event.oldname
- the old name of the WikiPage being acted upon.newname
- the new name of the WikiPage being acted upon.public String getOldPageName()
public String getNewPageName()
WikiPageEvent.getPageName()
.
This may be null if unavailable.public static boolean isValidType(int type)
public String eventName()
eventName
in class WikiPageEvent
public String getTypeDescription()
getTypeDescription
in class WikiPageEvent
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.