Uses of Class
no.sesat.search.view.navigation.NavigationConfig.Nav

Packages that use NavigationConfig.Nav
no.sesat.search.view   
no.sesat.search.view.navigation   
 

Uses of NavigationConfig.Nav in no.sesat.search.view
 

Methods in no.sesat.search.view with type parameters of type NavigationConfig.Nav
<T extends NavigationConfig.Nav>
NavigationControllerFactory<T>
NavigationControllerSpiFactory.getController(T navConf)
           
 

Uses of NavigationConfig.Nav in no.sesat.search.view.navigation
 

Classes in no.sesat.search.view.navigation with type parameters of type NavigationConfig.Nav
 interface NavigationControllerFactory<T extends NavigationConfig.Nav>
           
 

Subclasses of NavigationConfig.Nav in no.sesat.search.view.navigation
 class FastNavigationConfig
          The configuration bean for navigation items generated from a Faceted Search Command's Modifiers.
 class OptionsNavigationConfig
           
 class ResultPagingNavigationConfig
          Configuration for result paging.
 class TabNavigationConfig
           
 class TreeNavigationConfig
          This class represent a tree element in the views.xml file.
 class TrimedNavigationConfig
          User: anthor Date: 05.sep.2007 Time: 11:51:45
 

Methods in no.sesat.search.view.navigation that return NavigationConfig.Nav
static NavigationConfig.Nav NavigationHelper.getFirstNotSelected(DataModel dm, NavigationConfig.Nav nav)
          Drill down the navigation hierarchy and find the first Nav that hasn't yet been selected.
 NavigationConfig.Nav NavigationConfig.Nav.getParent()
           
 

Methods in no.sesat.search.view.navigation that return types with arguments of type NavigationConfig.Nav
 List<NavigationConfig.Nav> NavigationConfig.Nav.getChildNavs()
           
 List<NavigationConfig.Nav> NavigationConfig.Navigation.getNavList()
           
 Map<String,NavigationConfig.Nav> NavigationConfig.getNavMap()
           
 Map<String,NavigationConfig.Nav> NavigationConfig.Navigation.getNavMap()
           
 

Methods in no.sesat.search.view.navigation with parameters of type NavigationConfig.Nav
 void NavigationConfig.Nav.addChild(NavigationConfig.Nav nav)
           
 void NavigationConfig.Navigation.addNav(NavigationConfig.Nav nav, NavigationConfig cfg)
           
 void NavigationConfig.Navigation.addReset(NavigationConfig.Nav nav)
           
 NavigationController NoOpNavigationControllerFactoryImpl.get(NavigationConfig.Nav nav)
           
static NavigationConfig.Nav NavigationHelper.getFirstNotSelected(DataModel dm, NavigationConfig.Nav nav)
          Drill down the navigation hierarchy and find the first Nav that hasn't yet been selected.
protected  Set<String> BasicUrlGenerator.getParameterComponents(NavigationConfig.Nav nav, Set<String> extraUrlComponents, String value)
          Returns the list of components which are supposded to be generated as parameter components.
 Set<String> NavigationState.getParameterNames(NavigationConfig.Nav navigation, boolean reset)
           
 String NavigationState.getParameterValue(NavigationConfig.Nav componentName, String name)
           
protected  String BasicUrlGenerator.getParameterValue(String parameter, String unencodedValue, NavigationConfig.Nav nav, Map<String,String> extraParameters)
           
protected  List<String> BasicUrlGenerator.getPathComponents(NavigationConfig.Nav nav)
          Returns a list of components which are supposed to be generated as path components.
protected  List<String> NewsCaseUrlGenerator.getPathComponents(NavigationConfig.Nav nav)
           
 String BasicUrlGenerator.getURL(String unencodedValue, NavigationConfig.Nav nav)
          Returns the navigation URL for navigating nav to the given encodedValue.
 String TreeUrlGenerator.getURL(String value, NavigationConfig.Nav nav)
           
 String UrlGenerator.getURL(String value, NavigationConfig.Nav nav)
          Returns the url for the given navigator when navigated on the given value.
 String BasicUrlGenerator.getURL(String unencodedValue, NavigationConfig.Nav nav, Map<String,String> extraComponents)
          Returns the navigation URL for navigating nav to the given encodedValue.
 String TreeUrlGenerator.getURL(String value, NavigationConfig.Nav nav, Map<String,String> extraParameters)
          Generate url for the given TreeNavigationConfiguration.
 String UrlGenerator.getURL(String value, NavigationConfig.Nav nav, Map<String,String> extraParameters)
          Returns the url for the given navigator.
protected  Set<String> AbstractUrlGenerator.getUrlComponentNames(NavigationConfig.Nav nav, Set<String> extraParameters, String newValue)
          All URL components that should be persistent when navigating the given navigator.
protected  String AbstractUrlGenerator.getUrlComponentValue(NavigationConfig.Nav nav, String componentName, Map<String,String> extraParameters)
          The value for the given URL component.
 

Method parameters in no.sesat.search.view.navigation with type arguments of type NavigationConfig.Nav
 void NavigationConfig.Navigation.setNavList(List<NavigationConfig.Nav> navList)
           
 

Constructors in no.sesat.search.view.navigation with parameters of type NavigationConfig.Nav
FastNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element navElement)
           
NavigationConfig.Nav(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element navElement)
           
OptionsNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element element)
           
ResultPagingNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element e)
           
TabNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element navElement)
           
TreeNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element navElement)
           
TrimedNavigationConfig(NavigationConfig.Nav parent, NavigationConfig.Navigation navigation, Element navElement)
           
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.