com.logabit.webtools.navigation
Interface NavigationManager

All Known Implementing Classes:
NavigationManagerImpl

public interface NavigationManager

Represents the navigation manager who is responsible for resolving the navigation object by a given uri.

Author:
Stephan Niedermeier

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 Navigation getNavigation()
          Returns the object represenation of the navigation.
 Navigation getNavigation(java.lang.String entryId)
          Returns the object representation of the navigation including the state of the currently called uri.
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

getNavigation

Navigation getNavigation()
                         throws NavigationManagerException
Returns the object represenation of the navigation.

Returns:
Throws:
NavigationManagerException

getNavigation

Navigation getNavigation(java.lang.String entryId)
                         throws NavigationManagerException
Returns the object representation of the navigation including the state of the currently called uri.

Parameters:
entryId - the id of the called navigation entry.
Returns:
Navigation
Throws:
NavigationManagerException


Copyright © 2007. All Rights Reserved.