Nuxeo Enterprise Platform 5.4

org.nuxeo.webengine.sites.listeners
Class SiteActionListener

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

public class SiteActionListener
extends java.lang.Object
implements EventListener

Site related actions listener. It performs when a mini-site is created.

Author:
rux

Constructor Summary
SiteActionListener()
           
 
Method Summary
 void handleEvent(Event event)
          Sets the url field and the site name (if not already set) to the name, respectively the title of the document model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteActionListener

public SiteActionListener()
Method Detail

handleEvent

public void handleEvent(Event event)
                 throws ClientException
Sets the url field and the site name (if not already set) to the name, respectively the title of the document model.

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.