|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalRequestContext | |
---|---|
lumis.portal | |
lumis.portal.page.link | |
lumis.portal.presentation |
Uses of PortalRequestContext in lumis.portal |
---|
Methods in lumis.portal that return PortalRequestContext | |
---|---|
static PortalRequestContext |
PortalRequestContext.getPortalRequestContext(javax.servlet.http.HttpServletRequest request)
Returns the Portal Request Context from a given request. |
static PortalRequestContext |
PortalRequestContext.getPortalRequestContext(IServiceInterfaceRequest request)
Returns the Portal Request Context from a given request. |
Uses of PortalRequestContext in lumis.portal.page.link |
---|
Methods in lumis.portal.page.link with parameters of type PortalRequestContext | |
---|---|
PageLinkConfig |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
PortalRequestContext requestContext,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkManagerSPI.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
PortalRequestContext requestContext,
ITransaction transaction)
This method calls the IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction)
method with null as the destination channelId. |
PageLinkConfig |
PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String requestedChannelId,
PortalRequestContext requestContext,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkManagerSPI.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String channelId,
PortalRequestContext requestContext,
ITransaction transaction)
The most appropriate page link is identified based on the type, website, destination channelId and context. |
Uses of PortalRequestContext in lumis.portal.presentation |
---|
Methods in lumis.portal.presentation with parameters of type PortalRequestContext | |
---|---|
PageConfig |
PresentationManager.getDefaultPage(SessionConfig sessionConfig,
java.lang.String pageId,
java.lang.String channelId,
java.lang.String website,
int mode,
PortalRequestContext requestContext,
ITransaction transaction)
|
PageConfig |
IPresentationManagerSPI.getDefaultPage(SessionConfig sessionConfig,
java.lang.String pageId,
java.lang.String channelId,
java.lang.String website,
int mode,
PortalRequestContext requestContext,
ITransaction daoTransaction)
Get the default Page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |