com.sdm.quasar.client.jsf.dialog.services
Interface NavigationService

All Superinterfaces:
Service
All Known Implementing Classes:
NavigationFeature

public interface NavigationService
extends Service


Method Summary
 boolean performRedirect(java.lang.String redirectUrl)
          Perform a redirect to the given url
 boolean performRedirectToCurrent()
          Perform a redirect to the currently shown VisualRepresentation at the BrowserWindow
 

Method Detail

performRedirectToCurrent

public boolean performRedirectToCurrent()
Perform a redirect to the currently shown VisualRepresentation at the BrowserWindow

Returns:
true: request is completed due to performed redirect

performRedirect

public boolean performRedirect(java.lang.String redirectUrl)
Perform a redirect to the given url

Parameters:
redirectUrl - the url to redirect to
Returns:
true: request is completed due to performed redirect