com.sapportals.portal.navigation
Interface INavigationRedirectorResult


public interface INavigationRedirectorResult

 Copyright(c) 2003 SAP.  All Rights Reserved.

 Description:  INavigationRedirectorResult interface is a wrapper for the URL and its prefix.
 This interface is the returned value from the INavigationRedirectorResult.redirect method.
 Because the connector implementor should not be familiar with the seperators between the prefixes 
 and the internal url the returned value is divided into two parts, with no specific seperator. It is
 the navigation model responsibilyto build an absolute URL with a valid syntax.

Version:
2.0
See Also:
com.sapportals.portal.navigation.INavigationRedirector, com.sapportals.portal.navigation.NavigationRedirectorResult, com.sapportals.portal.navigation.NavigationService

Method Summary
 java.lang.String getPrefix()
          Returns the prefix of the handler that is familiar with the translated URL. (can be either a connector prefix or a redirector prefix).
 java.lang.String getURL()
          Returns the new translated URL.
 

Method Detail

getPrefix

public java.lang.String getPrefix()
Returns the prefix of the handler that is familiar with the translated URL. (can be either a connector prefix or a redirector prefix).
Returns:
String prefix.

getURL

public java.lang.String getURL()
Returns the new translated URL.
Returns:
String URL.