com.raritantechnologies.endeca
Class EndecaNavigator

java.lang.Object
  extended bycom.raritantechnologies.endeca.EndecaNavigator
All Implemented Interfaces:
INavigator

public class EndecaNavigator
extends java.lang.Object
implements INavigator

Implementation of INavigator based on an Endeca Navigation.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
EndecaNavigator(Navigation navigation)
           
 
Method Summary
 Navigation getNavigation()
           
 INavigatorFacet getNavigatorFacet(java.lang.String navField)
           
 java.util.Iterator getNavigatorFields()
           
 void setNavigation(Navigation navigation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndecaNavigator

public EndecaNavigator(Navigation navigation)
Method Detail

setNavigation

public void setNavigation(Navigation navigation)

getNavigation

public Navigation getNavigation()

getNavigatorFields

public java.util.Iterator getNavigatorFields()
Specified by:
getNavigatorFields in interface INavigator

getNavigatorFacet

public INavigatorFacet getNavigatorFacet(java.lang.String navField)
Specified by:
getNavigatorFacet in interface INavigator