Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(javax.servlet.http.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(javax.servlet.http.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 © 2013, Oracle and/or its affiliates. All rights reserved.