|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
The portal wants to ensure that portlets never become stuck in an unusable state. To make sure this happens, they want the ability to clear the session if they repetedly catch exception from container invocations
By implementing this services and registering and administrative request handler, the portal can invoke the doAdmin method of the container and then receive the request through the handler executing within the portlet environment (as opposed to the portal environment)
Method Summary | |
---|---|
List |
getAdministrativeRequestListeners()
|
List |
getPortletInvocationListeners()
|
Method Detail |
---|
List getAdministrativeRequestListeners()
List getPortletInvocationListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |