com.sapportals.portal.navigation

Interface INavigationRedirectorResult


public interface INavigationRedirectorResult

The interface that wraps the URL and its prefix. This interface is the returned value from the INavigationRedirector.redirect method. The connector implementer does not recognize the separators between the prefixes and the internal URL, so the returned value is divided into two parts (with no specific separator). It is the navigation model's responsibility to build an absolute URL with valid syntax.

See Also:
INavigationRedirector

Method Summary
 String getPrefix()
          Gets the prefix of the handler that can read the translated URL.
 String getURL()
          Gets the new translated URL.
 

Method Detail

getPrefix

String getPrefix()
Gets the prefix of the handler that can read the translated URL. The prefix can be either a connector prefix or a redirector prefix.

Returns:
String prefix.

getURL

String getURL()
Gets the new translated URL.

Returns:
the URL
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/navigation/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice