|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.publication.listener.navigation.NavigationEventListenerDelegate
public class NavigationEventListenerDelegate
Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Oct 6, 2008
| Constructor Summary | |
|---|---|
NavigationEventListenerDelegate(java.lang.String lifecycleName,
org.exoplatform.container.ExoContainer container)
Instantiates a new navigation event listener delegate. |
|
| Method Summary | |
|---|---|
void |
updateLifecycleOnChangeNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation,
java.lang.String remoteUser,
WebpagePublicationPlugin plugin)
Update lifecycle on change navigation. |
void |
updateLifecyleOnCreateNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
Update lifecyle on create navigation. |
void |
updateLifecyleOnRemoveNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
Update lifecyle on remove navigation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationEventListenerDelegate(java.lang.String lifecycleName,
org.exoplatform.container.ExoContainer container)
lifecycleName - the lifecycle namecontainer - the container| Method Detail |
|---|
public void updateLifecyleOnCreateNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
throws java.lang.Exception
pageNavigation - the page navigation
java.lang.Exception - the exception
public void updateLifecycleOnChangeNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation,
java.lang.String remoteUser,
WebpagePublicationPlugin plugin)
throws java.lang.Exception
pageNavigation - the page navigationremoteUser - the remote userplugin -
java.lang.Exception - the exception
public void updateLifecyleOnRemoveNavigation(org.exoplatform.portal.config.model.PageNavigation pageNavigation)
throws java.lang.Exception
pageNavigation - the page navigation
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||