lumis.portal.presentation
Interface IPresentationManagerSPI
- All Superinterfaces:
- IPresentationManager
- All Known Implementing Classes:
- PresentationManager
public interface IPresentationManagerSPI
- extends IPresentationManager
This interface is a extension of IPresentationManager
for internal
uses.
- Since:
- 6.0.0
getDefaultPage
PageConfig getDefaultPage(SessionConfig sessionConfig,
java.lang.String pageId,
java.lang.String channelId,
java.lang.String website,
int mode,
PortalRequestContext requestContext,
ITransaction daoTransaction)
throws PortalException
- Get the default Page.
- Parameters:
sessionConfig
- the session identifier of the current user.pageId
- The destination page identifier.channelId
- The destination channel identifier.website
- the website that the user is accessing.mode
- the current portal mode.requestContext
- the portal request context map.daoTransaction
- the current transaction.
- Returns:
- a PageConfig.
- Throws:
PortalException
- Since:
- 6.0.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.