com.sapportals.portal.navigation
Interface INavigationGenerator

All Superinterfaces:
IClientNavigationGenerator

public interface INavigationGenerator
extends IClientNavigationGenerator


Fields inherited from interface com.sapportals.portal.navigation.IClientNavigationGenerator
SHOW_EXTERNAL, SHOW_EXTERNAL_PORTAL, SHOW_INPLACE
 
Method Summary
 java.lang.String getPortalURL(com.sapportals.portal.prt.component.IPortalComponentRequest request, java.lang.String navTarget)
          Creates a URL for a portal desktop with a navigation target as content.
 
Methods inherited from interface com.sapportals.portal.navigation.IClientNavigationGenerator
createAbsoluteNavigateClientCall, createObjectNavigateClientCall, createRelativeNavigateClientCall
 

Method Detail

getPortalURL

public java.lang.String getPortalURL(com.sapportals.portal.prt.component.IPortalComponentRequest request,
                                     java.lang.String navTarget)
Creates a URL for a portal desktop with a navigation target as content.
Parameters:
request - portal request.
navTarget - the navigation url to navigate to.
Returns:
a URL for a portal desktop with the navigation target as content.