void |
PortalService.addHandler(Portal portal,
PortalHandler handler) |
Add a PortalHandler to the portal Handler map for the named context.
|
void |
PortalService.addPortal(Portal portal) |
Remove a portal from the portal service this should perform all the
necessary cleanup
|
void |
PortalHandler.deregister(Portal portal) |
deregister the the portal, invoked by the portal
|
Map<String,PortalHandler> |
PortalService.getHandlerMap(Portal portal) |
Get the PortalHandler map for the portal Context.
|
void |
PortalHandler.register(Portal portal,
PortalService portalService,
ServletContext servletContext) |
register this handler with the portal, invoked by the portal
|
void |
PortalService.removeHandler(Portal portal,
String urlFragment) |
Remove the Portal Handler identitied by the URL fragment associated with
the portal Context
|
void |
PortalService.removePortal(Portal portal) |
Add a portal to the portal service
|