Uses of Class
com.endeca.infront.navigation.NavigationException

Packages that use NavigationException
com.endeca.infront.navigation Contains classes and interfaces for making requests to an MDEX server. 
com.endeca.infront.navigation.url Contains URL-based implementations of the interfaces in com.endeca.infront.navigation for making requests to an MDEX server. 
 

Uses of NavigationException in com.endeca.infront.navigation
 

Methods in com.endeca.infront.navigation that throw NavigationException
 com.endeca.infront.navigation.request.MdexRequest MdexRequestBroker.createMdexRequest(FilterState filterState, com.endeca.infront.navigation.request.MdexQuery mdexQuery)
          This method is for internal Oracle use only and should never be called.
If the request specified by the given query and filter state has already been constructed, then return a reference to it.
 NavigationState NavigationStateBuilder.parseNavigationState(String queryString, String pathInfo, String characterEncoding)
           Create a NavigationState parsed from a query string, a path info, and a character encoding.
 RecordState NavigationStateBuilder.parseRecordState(String queryString, String pathInfo, String characterEncoding)
           Create a RecordState parsed from a path info, a query string, and a character encoding.
 

Uses of NavigationException in com.endeca.infront.navigation.url
 

Methods in com.endeca.infront.navigation.url that throw NavigationException
protected  List<String> UrlNavigationStateBuilder.parseFeaturedRecords(UrlState urlState)
          Parses a List of featured records from the given UrlState.
protected  FilterState UrlNavigationStateBuilder.parseFilterState(UrlState urlState)
          Creates a new FilterState (or a clone of the FilterState specified by UrlNavigationStateBuilder.getDefaultFilterState()) and parses the filter state parameters on the given UrlState onto it.
protected  GeoFilter UrlNavigationStateBuilder.parseGeoFilter(UrlState urlState)
          Parses a GeoFilter off of the UrlState.
protected  List<String> UrlNavigationStateBuilder.parseNavigationFilters(UrlState urlState)
          Parses a List of navigation filters (dimension value IDs) off of the UrlState.
 NavigationState UrlNavigationStateBuilder.parseNavigationState(HttpServletRequest request)
          Creates a NavigationState using the query string, path info, and character encoding from the given request object.
 NavigationState UrlNavigationStateBuilder.parseNavigationState(String queryString, String pathInfo, String characterEncoding)
           
protected  Map<String,String> UrlNavigationStateBuilder.parseParameters(UrlState urlState)
          Parses parameters from the UrlState and returns them as a map.
protected  List<RangeFilter> UrlNavigationStateBuilder.parseRangeFilters(UrlState urlState)
          Parses a List of RangeFilter off of the UrlState.
protected  List<String> UrlNavigationStateBuilder.parseRecordFilters(UrlState urlState)
          Returns a List of record filters parsed from the UrlState.
protected  String UrlNavigationStateBuilder.parseRecordSpec(UrlState urlState)
          Parses a record spec String off of the UrlState.
 RecordState UrlNavigationStateBuilder.parseRecordState(HttpServletRequest request)
          Creates a RecordState using the query string, path info, and character encoding from the given request object.
 RecordState UrlNavigationStateBuilder.parseRecordState(String queryString, String pathInfo, String characterEncoding)
           
protected  List<SearchFilter> UrlNavigationStateBuilder.parseSearchFilters(UrlState urlState)
          Parses a List of SearchFilter objects off of the UrlState.
 



Copyright © 2012. All Rights Reserved.