org.openmobileis.services.navigation
Interface NavigationBarService

All Known Implementing Classes:
DirectSynchroService, IndexServlet, SynchroJournalDisplayService, SynchroLoginService

public interface NavigationBarService


Field Summary
static java.lang.String NAVBAR_ROOT
           
 
Method Summary
 boolean displayFormExitMessage()
           
 boolean displayRecursive()
           
 java.lang.String getNavigationBarLabel(HttpServletRequest req)
           
 java.lang.String getNavigationBarLastServiceURI()
          place the last service of the navigation bar at the specified service uri if found.
 

Field Detail

NAVBAR_ROOT

public static final java.lang.String NAVBAR_ROOT
See Also:
Constant Field Values
Method Detail

getNavigationBarLabel

public java.lang.String getNavigationBarLabel(HttpServletRequest req)

displayFormExitMessage

public boolean displayFormExitMessage()

displayRecursive

public boolean displayRecursive()

getNavigationBarLastServiceURI

public java.lang.String getNavigationBarLastServiceURI()
place the last service of the navigation bar at the specified service uri if found. if not needed return null.

Returns:


Copyright 2006 OpenMobileIS. All Rights Reserved.