org.apache.pluto.spi.optional
Interface PortalAdministrationService

All Known Implementing Classes:
DefaultPortalAdministrationService

public interface PortalAdministrationService

Provides callback for executing portal administration tasks within the portlet environment. This is key for when the portal needs to accessing items such as the session. Example Use Cases for the PortalAdministrationService:


Method Summary
 java.util.List getAdministrativeRequestListeners()
           
 java.util.List getPortletInvocationListeners()
           
 

Method Detail

getAdministrativeRequestListeners

java.util.List getAdministrativeRequestListeners()

getPortletInvocationListeners

java.util.List getPortletInvocationListeners()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.