org.exoplatform.services.portletcontainer
Interface PortletApplicationRegister
- All Known Implementing Classes:
- PortletApplicationRegisterImpl
public interface PortletApplicationRegister
- Author:
- Benjamin Mestrallet benjamin.mestrallet@exoplatform.com
registerPortletApplication
void registerPortletApplication(javax.servlet.ServletContext servletContext,
PortletApp portletApp,
Collection<String> roles,
String portletAppName)
throws PortletContainerException
- Parameters:
servletContext - servlet contextportletApp - portlet app objectroles - rolesportletAppName - app name
- Throws:
PortletContainerException - exception
removePortletApplication
void removePortletApplication(javax.servlet.ServletContext servletContext,
String portletAppName)
throws PortletContainerException
- Parameters:
servletContext - servlet contextportletAppName - app name
- Throws:
PortletContainerException - exception
addListenerPlugin
void addListenerPlugin(org.exoplatform.container.component.ComponentPlugin listener)
- Parameters:
listener - listener plugin
Copyright © 2009 eXo Platform SAS. All Rights Reserved.