org.exoplatform.services.portletcontainer.plugins.pc
Class PortletApplicationRegisterImpl
java.lang.Object
org.exoplatform.services.portletcontainer.plugins.pc.PortletApplicationRegisterImpl
- All Implemented Interfaces:
- PortletApplicationRegister
public class PortletApplicationRegisterImpl
- extends Object
- implements PortletApplicationRegister
- Author:
- Benjamin Mestrallet benjamin.mestrallet@exoplatform.com
|
Field Summary |
protected org.exoplatform.container.ExoContainer |
appcont
Application exo container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appcont
protected org.exoplatform.container.ExoContainer appcont
- Application exo container.
PortletApplicationRegisterImpl
public PortletApplicationRegisterImpl(org.exoplatform.container.ExoContainerContext context,
PortletApplicationsHolder holder)
- Parameters:
context - exo container contextholder - application holder
addListenerPlugin
public final void addListenerPlugin(org.exoplatform.container.component.ComponentPlugin listener)
- Overridden method.
- Specified by:
addListenerPlugin in interface PortletApplicationRegister
- Parameters:
listener - listener- See Also:
PortletApplicationRegister.addListenerPlugin(org.exoplatform.container.component.ComponentPlugin)
removeListener
public final org.exoplatform.container.component.ComponentPlugin removeListener(String name)
- Parameters:
name - listener name
- Returns:
- removed listener
getListeners
public final Collection<PortletLifecycleListener> getListeners()
- Returns:
- listener collection
registerPortletApplication
public final void registerPortletApplication(javax.servlet.ServletContext servletContext,
PortletApp portletApp_,
Collection<String> roles,
String portletAppName)
throws PortletContainerException
- Overridden method.
- Specified by:
registerPortletApplication in interface PortletApplicationRegister
- Parameters:
servletContext - servlet contextportletApp_ - portlet app instanceroles - rolesportletAppName - portlet app name
- Throws:
PortletContainerException - exception- See Also:
PortletApplicationRegister.registerPortletApplication(javax.servlet.ServletContext, org.exoplatform.services.portletcontainer.pci.model.PortletApp, java.util.Collection, java.lang.String)
removePortletApplication
public final void removePortletApplication(javax.servlet.ServletContext servletContext,
String portletAppName)
throws PortletContainerException
- Overridden method.
- Specified by:
removePortletApplication in interface PortletApplicationRegister
- Parameters:
servletContext - servlet contextportletAppName - portlet app name
- Throws:
PortletContainerException - exception- See Also:
PortletApplicationRegister.removePortletApplication(javax.servlet.ServletContext, java.lang.String)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.