Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.listeners
Class SitesWikiListener

java.lang.Object
  extended by org.nuxeo.webengine.sites.listeners.SitesWikiListener
All Implemented Interfaces:
EventListener

public class SitesWikiListener
extends Object
implements EventListener

Author:
Catalin Baican

Nested Class Summary
 class SitesWikiListener.WikiProcessingResult
           
 
Constructor Summary
SitesWikiListener()
           
 
Method Summary
 void handleEvent(Event event)
          Handle the given event.
 SitesWikiListener.WikiProcessingResult processWikiContent(String wikiContent, String basePath, String targetObjectPath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitesWikiListener

public SitesWikiListener()
Method Detail

handleEvent

public void handleEvent(Event event)
Description copied from interface: EventListener
Handle the given event. The listener can cancel the event by calling Event.cancel()

Specified by:
handleEvent in interface EventListener
Parameters:
event - the event

processWikiContent

public SitesWikiListener.WikiProcessingResult processWikiContent(String wikiContent,
                                                                 String basePath,
                                                                 String targetObjectPath)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.