com.sap.workspaces

Interface INavigationTarget


public interface INavigationTarget

Represents the navigation target URL of an enterprise workspaces screen that can be replaced by a custom implementation.

See Also:
TargetKey

Field Summary
static String PREFIX
           
static String SEPARATOR
          this constant value is duplicated of com.sapportals.portal.navigation.INavigationConstants.URL_PREFIX_SEPARATOR.
 
Method Summary
 String getURL()
          Returns the navigation target URL The URL contains a prefix that indicates its type, such as “pcd:” or “http:”
 

Field Detail

PREFIX

static final String PREFIX
See Also:
Constant Field Values

SEPARATOR

static final String SEPARATOR
this constant value is duplicated of com.sapportals.portal.navigation.INavigationConstants.URL_PREFIX_SEPARATOR. we would like avoid a public API dependency for a single constant. TODO: once a dependency to NavigationAPI will be needed, point to the Navigation constant.

See Also:
Constant Field Values
Method Detail

getURL

String getURL()
Returns the navigation target URL The URL contains a prefix that indicates its type, such as “pcd:” or “http:”

Returns:
The navigation target URL


Copyright 2011 SAP AG Complete Copyright Notice