org.exoplatform.services.portletcontainer
Interface PortletApplicationRegister

All Known Implementing Classes:
PortletApplicationRegisterImpl

public interface PortletApplicationRegister

Author:
Benjamin Mestrallet benjamin.mestrallet@exoplatform.com

Method Summary
 void addListenerPlugin(org.exoplatform.container.component.ComponentPlugin listener)
           
 void registerPortletApplication(javax.servlet.ServletContext servletContext, PortletApp portletApp, Collection<String> roles, String portletAppName)
           
 void removePortletApplication(javax.servlet.ServletContext servletContext, String portletAppName)
           
 

Method Detail

registerPortletApplication

void registerPortletApplication(javax.servlet.ServletContext servletContext,
                                PortletApp portletApp,
                                Collection<String> roles,
                                String portletAppName)
                                throws PortletContainerException
Parameters:
servletContext - servlet context
portletApp - portlet app object
roles - roles
portletAppName - app name
Throws:
PortletContainerException - exception

removePortletApplication

void removePortletApplication(javax.servlet.ServletContext servletContext,
                              String portletAppName)
                              throws PortletContainerException
Parameters:
servletContext - servlet context
portletAppName - 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.