org.sakaiproject.portal.api |
|
Java Source File Name | Type | Comment |
Portal.java | Interface | This interface represents a portal and is used mainly by portal handlers that
will not know the details of the portal implimentation. |
PortalHandler.java | Interface | Tools that want to add handlers into the portal URL space may impliment this
interface. |
PortalHandlerException.java | Class | |
PortalRenderContext.java | Interface | This interface represent the Render Context, it allows the portal
implementation to put values into the render context. |
PortalRenderEngine.java | Interface | Repesents the API used by the protal to comunicate with the RenderEngine
implimentation. |
PortalService.java | Interface | Portal Service acts as a focus for all Portal based activities, the service implementation
should act as a holder to enable the varous webapps to communicate with one annother. |
PortletApplicationDescriptor.java | Interface | |
PortletDescriptor.java | Interface | |
StoredState.java | Interface | Stored state is used to store the request state over a number of requests, It
is used to restore state over a login sequence of during a direct placement
into a tool state. |
StyleAbleProvider.java | Interface | This interface should be implemented by a Stylable provider to control the portal in
the browser either by CSS or by javascript manipulation of the DOM in the browser. |