- canonicalize(NavStateUrlParam) - Method in interface com.endeca.soleng.urlformatter.seo.NavStateCanonicalizer
-
- canonicalize(NavStateUrlParam) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- CanonicalLinkBuilder - Class in com.endeca.infront.navigation.url.event
-
Appends the canonical link to the root content item.
- CanonicalLinkBuilder() - Constructor for class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- cartridgeError(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgeError(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
Processing of a cartridge has failed due to a local error.
- CartridgeHandler<T extends ContentItem> - Interface in com.endeca.infront.assembler
-
An interface for inserting custom cartridge logic into the assembler.
- CartridgeHandlerException - Exception in com.endeca.infront.assembler
-
Indicates that an exception occurred while invoking a single cartridge
handler.
- CartridgeHandlerException() - Constructor for exception com.endeca.infront.assembler.CartridgeHandlerException
-
Constructs a new CartridgeHandlerException with null
as its detail message.
- CartridgeHandlerException(String) - Constructor for exception com.endeca.infront.assembler.CartridgeHandlerException
-
Constructs a new CartridgeHandlerException with the specified
detail message.
- CartridgeHandlerException(Throwable) - Constructor for exception com.endeca.infront.assembler.CartridgeHandlerException
-
Constructs a new CartridgeHandlerException with the specified
cause and a detail message of
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
- CartridgeHandlerException(String, Throwable) - Constructor for exception com.endeca.infront.assembler.CartridgeHandlerException
-
Constructs a new CartridgeHandlerException with the specified
detail message and cause.
- cartridgeInitializeComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgeInitializeComplete(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- cartridgeInitializeStarting(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgeInitializeStarting(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- cartridgePreprocessComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgePreprocessComplete(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- cartridgePreprocessStarting(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgePreprocessStarting(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- cartridgeProcessComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgeProcessComplete(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- cartridgeProcessStarting(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- cartridgeProcessStarting(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
- CDL - Class in com.endeca.serialization.json
-
This provides static methods to convert comma delimited text into a
JSONArray, and to covert a JSONArray into comma delimited text.
- CDL() - Constructor for class com.endeca.serialization.json.CDL
-
- children - Variable in class com.endeca.store.configuration.InternalNode
-
- clear() - Method in class com.endeca.content.core.util.TreePathMap
-
- clear() - Method in class com.endeca.content.core.util.TreePathSet
-
- clearFilterState() - Method in interface com.endeca.infront.navigation.NavigationState
-
- clearGeoFilter() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
removing the geo filter.
- clearNavigationFilters() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
clearing the navigation filters.
- clearNavState() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Clears any existing navigation state from this UrlState
.
- clearParameters() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
clearing the parameters map.
- clearParameters() - Method in interface com.endeca.infront.navigation.RecordState
-
Create a new RecordState relative to this one,
clearing the parameters map.
- clearRangeFilters() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
removing the range filters.
- clearRecordFilters() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
removing the record filters.
- clearSearchFilters() - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
removing the searches.
- client - Variable in class com.endeca.infront.content.source.EcrStoreFactory
-
- clone() - Method in class com.endeca.infront.navigation.model.AndFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.CollectionFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.ComboFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.DimensionFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.EqlFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.Filter
-
- clone() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a deep copy of this FilterState object.
- clone() - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.OrFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.PropertyFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- clone() - Method in class com.endeca.infront.navigation.model.SearchFilter
-
- clone() - Method in interface com.endeca.soleng.urlformatter.UrlParam
-
Creates a cloned instance of the parameter.
- clone() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns a cloned instance of this UrlState
object.
- CollectionDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for Collection entities.
- CollectionDefinition() - Constructor for class com.endeca.content.core.entity.definition.CollectionDefinition
-
- CollectionFilter - Class in com.endeca.infront.navigation.model
-
Utility class to create record stratum
- CollectionFilter() - Constructor for class com.endeca.infront.navigation.model.CollectionFilter
-
Create a CollectionFilter.
- CollectionFilter(Filter) - Constructor for class com.endeca.infront.navigation.model.CollectionFilter
-
- CollectionFolderDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for CollectionFolder entities.
- CollectionFolderDefinition() - Constructor for class com.endeca.content.core.entity.definition.CollectionFolderDefinition
-
- CollectionValidator - Class in com.endeca.content.core.contentImport.validation.validators
-
Validator for collection content.
- CollectionValidator() - Constructor for class com.endeca.content.core.contentImport.validation.validators.CollectionValidator
-
- com.endeca.content.assembler.contentImport.validation - package com.endeca.content.assembler.contentImport.validation
-
- com.endeca.content.assembler.contentImport.writer - package com.endeca.content.assembler.contentImport.writer
-
- com.endeca.content.core - package com.endeca.content.core
-
- com.endeca.content.core.contentImport - package com.endeca.content.core.contentImport
-
- com.endeca.content.core.contentImport.validation - package com.endeca.content.core.contentImport.validation
-
- com.endeca.content.core.contentImport.validation.validators - package com.endeca.content.core.contentImport.validation.validators
-
- com.endeca.content.core.contentImport.writer - package com.endeca.content.core.contentImport.writer
-
- com.endeca.content.core.entity - package com.endeca.content.core.entity
-
- com.endeca.content.core.entity.definition - package com.endeca.content.core.entity.definition
-
- com.endeca.content.core.util - package com.endeca.content.core.util
-
- com.endeca.infront.assembler - package com.endeca.infront.assembler
-
Contains the core interfaces for the Assembler.
- com.endeca.infront.assembler.event - package com.endeca.infront.assembler.event
-
The Assembler Event listening interface.
- com.endeca.infront.assembler.event.request - package com.endeca.infront.assembler.event.request
-
Interface for tracking information related to individual Assembler.assemble() calls.
- com.endeca.infront.assembler.perf - package com.endeca.infront.assembler.perf
-
- com.endeca.infront.assembler.perf.config - package com.endeca.infront.assembler.perf.config
-
- com.endeca.infront.assembler.perf.serializers - package com.endeca.infront.assembler.perf.serializers
-
- com.endeca.infront.assembler.servlet - package com.endeca.infront.assembler.servlet
-
This package provides an
HttpServlet
interface
over an
Assembler
to serve Assembler
clients over the wire and a servlet for generating links for preview.
- com.endeca.infront.assembler.servlet.admin - package com.endeca.infront.assembler.servlet.admin
-
- com.endeca.infront.assembler.servlet.spring - package com.endeca.infront.assembler.servlet.spring
-
Contains implementations of the Assembler Servlet and Preview Link Servlet
powered by Spring for bean resolution.
- com.endeca.infront.assembler.servlet.spring.admin - package com.endeca.infront.assembler.servlet.spring.admin
-
- com.endeca.infront.assembler.spring - package com.endeca.infront.assembler.spring
-
Contains an implementation of the Assembler that uses Spring for managing
configuration and resolving it.
- com.endeca.infront.assembler.util - package com.endeca.infront.assembler.util
-
- com.endeca.infront.cartridge - package com.endeca.infront.cartridge
-
Contains the built-in Assembler cartridge handlers and their
configuration classes.
- com.endeca.infront.cartridge.model - package com.endeca.infront.cartridge.model
-
Contains model objects for use in the built-in Assembler cartridge handlers.
- com.endeca.infront.content - package com.endeca.infront.content
-
Contains all interfaces for accessing and representing content in an Assembler Application.
- com.endeca.infront.content.source - package com.endeca.infront.content.source
-
Contains interfaces for content sources in an Assembler Application.
- com.endeca.infront.event - package com.endeca.infront.event
-
- com.endeca.infront.navigation - package com.endeca.infront.navigation
-
Contains classes and interfaces for making requests to an MDEX server.
- com.endeca.infront.navigation.event - package com.endeca.infront.navigation.event
-
The interface to create navigation related
RequestEvent
objects
and log them to an Oracle Endeca log server
- com.endeca.infront.navigation.model - package com.endeca.infront.navigation.model
-
Contains model objects for use in making requests to an MDEX server.
- com.endeca.infront.navigation.url - package com.endeca.infront.navigation.url
-
- com.endeca.infront.navigation.url.event - package com.endeca.infront.navigation.url.event
-
- com.endeca.infront.perf - package com.endeca.infront.perf
-
- com.endeca.infront.perf.stats - package com.endeca.infront.perf.stats
-
- com.endeca.infront.serialization - package com.endeca.infront.serialization
-
Contains serializers that may be used to serialize java beans to XML or JSON.
- com.endeca.infront.web.spring - package com.endeca.infront.web.spring
-
Contains Spring-powered utilities to get an Assembler app working.
- com.endeca.infront.web.tags - package com.endeca.infront.web.tags
-
Contains tags to use when building an Assembler-powered application.
- com.endeca.serialization.json - package com.endeca.serialization.json
-
- com.endeca.soleng.urlformatter - package com.endeca.soleng.urlformatter
-
The core of the URL Optimization API containing the fundamental components
required for URL manipulation and generation - including the primary
UrlState
class and its related UrlFormatter
and
QueryBuilder
interfaces.
- com.endeca.soleng.urlformatter.basic - package com.endeca.soleng.urlformatter.basic
-
Contains the BasicUrlFormatter
and BasicQueryBuilder
classes.
- com.endeca.soleng.urlformatter.seo - package com.endeca.soleng.urlformatter.seo
-
Contains the SeoUrlFormatter
and its associated classes
for configuring and tuning the behavior of this SEO-friendly implementation
of the core UrlFormatter
interface.
- com.endeca.store - package com.endeca.store
-
- com.endeca.store.configuration - package com.endeca.store.configuration
-
- com.endeca.store.exceptions - package com.endeca.store.exceptions
-
- combineWith(EventSummary) - Method in interface com.endeca.infront.assembler.perf.EventSummary
-
Deprecated.
As of release 11.0.
Aggregate this summary with another. The passed EventSummary
must
be of the same concrete type.
- combineWith(EventSummary) - Method in class com.endeca.infront.assembler.perf.TimeSummary
-
Deprecated.
As of release 11.0.
- ComboFilter - Class in com.endeca.infront.navigation.model
-
- ComboFilter() - Constructor for class com.endeca.infront.navigation.model.ComboFilter
-
- ComboFilter(List<Filter>) - Constructor for class com.endeca.infront.navigation.model.ComboFilter
-
- compare(Object, Object) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- compareTo(RootEventInfo) - Method in class com.endeca.infront.perf.stats.RootEventInfo
-
Compares two events based on total time
- ConfigInitializer - Class in com.endeca.infront.cartridge
-
- ConfigInitializer() - Constructor for class com.endeca.infront.cartridge.ConfigInitializer
-
- configName() - Static method in enum com.endeca.infront.cartridge.RefinementMenuConfig.RefinementsShown
-
The parameter name of the configuration.
- consumeBOM(BufferedInputStream) - Static method in class com.endeca.content.core.contentImport.ZipHelper
-
Skips over the UTF-8 byte order marker (BOM) if it is present at the
beginning of the given input stream.
- contains(Object) - Method in class com.endeca.content.core.util.TreePathSet
-
- containsAggrERec() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns true if this UrlState
contains an AggrERec parameter.
- containsAll(Collection<?>) - Method in class com.endeca.content.core.util.TreePathSet
-
- containsERec() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns true if this UrlState
contains an ERec parameter.
- containsKey(Object) - Method in class com.endeca.content.core.util.TreePathMap
-
- containsNavState() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns true if this UrlState
contains a navigation state
parameter.
- containsRollupKey() - Method in class com.endeca.infront.navigation.model.FilterState
-
- containsValue(Object) - Method in class com.endeca.content.core.util.TreePathMap
-
- CONTENT_SLOT_LIST - Static variable in class com.endeca.infront.cartridge.ContentSlotListConfig
-
- CONTENT_SOURCE_BEAN_ID_PARAM - Static variable in class com.endeca.infront.assembler.servlet.spring.SpringPreviewLinkServlet
-
The servlet parameter used to specify the Spring bean ID of the
ContentSource
to use.
- CONTENT_SOURCE_CONFIGURATION_ERROR - Static variable in class com.endeca.infront.cartridge.ContentSlotHandler
-
- CONTENT_XML - Static variable in class com.endeca.infront.content.source.WorkbenchContentSource
-
- contentBroker - Variable in class com.endeca.infront.cartridge.ContentSlotHandler
-
The broker for querying the MDEX.
- ContentConstants - Class in com.endeca.content.core
-
A set of constants used when manipulating content.
- ContentConstants() - Constructor for class com.endeca.content.core.ContentConstants
-
- ContentEntityDefinition - Interface in com.endeca.content.core.entity.definition
-
Represents the definition of a particular type of content entity in
the ECR.
- ContentEntityValidator - Interface in com.endeca.content.core.contentImport.validation
-
Interface for content entity validation.
- ContentEntityValidators - Interface in com.endeca.content.core.contentImport.validation
-
Interface for a container that holds a set of ContentEntityValidators.
- ContentException - Exception in com.endeca.infront.content
-
Indicates that an exception occurred while creating or processing a
content request.
- ContentException() - Constructor for exception com.endeca.infront.content.ContentException
-
- ContentException(String) - Constructor for exception com.endeca.infront.content.ContentException
-
- ContentException(Throwable) - Constructor for exception com.endeca.infront.content.ContentException
-
- ContentException(String, Throwable) - Constructor for exception com.endeca.infront.content.ContentException
-
- ContentImportException - Exception in com.endeca.content.core.contentImport
-
Indicates that an exception occured while attempting to import content into the
ECR.
- ContentImportException() - Constructor for exception com.endeca.content.core.contentImport.ContentImportException
-
Constructs a new ContentImportException with null
as its detail message.
- ContentImportException(String) - Constructor for exception com.endeca.content.core.contentImport.ContentImportException
-
Constructs a new ContentImportException with the specified
detail message.
- ContentImportException(Throwable) - Constructor for exception com.endeca.content.core.contentImport.ContentImportException
-
Constructs a new ContentImportException with the specified
cause and a detail message of
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
- ContentImportException(String, Throwable) - Constructor for exception com.endeca.content.core.contentImport.ContentImportException
-
Constructs a new ContentImportException with the specified
detail message and cause.
- ContentInclude - Class in com.endeca.infront.cartridge
-
Contains a set of parameters used to make a request for content from the
assembler.
- ContentInclude(String) - Constructor for class com.endeca.infront.cartridge.ContentInclude
-
Constructor that requires a URI to get the desired content.
- ContentInclude(ContentItem) - Constructor for class com.endeca.infront.cartridge.ContentInclude
-
Constructor that requires a ContentItem to describe the requested content.
- ContentIncludeHandler - Class in com.endeca.infront.cartridge
-
Cartridge handler that handles content from a URI.
- ContentIncludeHandler() - Constructor for class com.endeca.infront.cartridge.ContentIncludeHandler
-
- ContentItem - Interface in com.endeca.infront.assembler
-
The interface that defines the data object (model) in the assembly process.
- ContentItemAugmentAdapter - Class in com.endeca.infront.assembler.event.request
-
- ContentItemAugmentAdapter(SessionIdProvider) - Constructor for class com.endeca.infront.assembler.event.request.ContentItemAugmentAdapter
-
Constructor
- ContentItemDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for ContentItem entities.
- ContentItemDefinition() - Constructor for class com.endeca.content.core.entity.definition.ContentItemDefinition
-
- ContentItemInitializer - Interface in com.endeca.infront.assembler
-
An interface for initializing a
ContentItem
with configuration properties.
- ContentLocator - Interface in com.endeca.infront.content.source
-
Implementations of the
ContentLocator interface provide
information about the location of a specific
ContentItem
as
well as a means to retrieve that item.
- ContentParser - Class in com.endeca.content.core.contentImport
-
Parses general content files, represented as byte arrays, into Nodes.
- ContentParser() - Constructor for class com.endeca.content.core.contentImport.ContentParser
-
- ContentRootDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for ContentRoot entities.
- ContentRootDefinition() - Constructor for class com.endeca.content.core.entity.definition.ContentRootDefinition
-
- CONTENTS - Static variable in class com.endeca.infront.cartridge.ContentSlotHandler
-
The key for the list of content items
to be added to the content slot
- ContentSlotConfig - Class in com.endeca.infront.cartridge
-
- ContentSlotConfig(String, int) - Constructor for class com.endeca.infront.cartridge.ContentSlotConfig
-
- ContentSlotConfig(String, String, int) - Constructor for class com.endeca.infront.cartridge.ContentSlotConfig
-
- ContentSlotConfig(ContentItem) - Constructor for class com.endeca.infront.cartridge.ContentSlotConfig
-
- ContentSlotConfig() - Constructor for class com.endeca.infront.cartridge.ContentSlotConfig
-
Constructor that sets the type to "ContentSlot".
- ContentSlotConfig(String) - Constructor for class com.endeca.infront.cartridge.ContentSlotConfig
-
- ContentSlotHandler - Class in com.endeca.infront.cartridge
-
This CartridgeHandler handles content slot invocations.
- ContentSlotHandler() - Constructor for class com.endeca.infront.cartridge.ContentSlotHandler
-
- ContentSlotListConfig - Class in com.endeca.infront.cartridge
-
- ContentSlotListConfig() - Constructor for class com.endeca.infront.cartridge.ContentSlotListConfig
-
Creates a new ContentSlotListConfig, with type = "ContentSlotList".
- ContentSlotListConfig(List<ContentItem>) - Constructor for class com.endeca.infront.cartridge.ContentSlotListConfig
-
Creates a new ContentSlotListConfig wrapping the specified list, with type = "ContentSlotList".
- ContentSlotListConfig(String, List<ContentItem>) - Constructor for class com.endeca.infront.cartridge.ContentSlotListConfig
-
Creates a new ContentSlotListConfig wrapping the specified list, with the specified
type string.
- ContentSlotListConfig(ContentItem) - Constructor for class com.endeca.infront.cartridge.ContentSlotListConfig
-
Wraps the specified
ContentItem
with the
ContentSlotListConfig type.
- ContentSlotListHandler - Class in com.endeca.infront.cartridge
-
- ContentSlotListHandler() - Constructor for class com.endeca.infront.cartridge.ContentSlotListHandler
-
- contentSource - Variable in class com.endeca.infront.cartridge.ContentSlotHandler
-
- ContentSource - Interface in com.endeca.infront.content.source
-
Defines a source to retrieve content for the application.
- ContentValidationController - Class in com.endeca.content.core.contentImport.validation
-
ContentValidationController carries out post validation of content.
- ContentValidationController() - Constructor for class com.endeca.content.core.contentImport.validation.ContentValidationController
-
- ContentValidationException - Exception in com.endeca.content.core.contentImport.validation
-
- ContentValidationException() - Constructor for exception com.endeca.content.core.contentImport.validation.ContentValidationException
-
- ContentValidationException(String) - Constructor for exception com.endeca.content.core.contentImport.validation.ContentValidationException
-
- ContentValidationException(String, Throwable) - Constructor for exception com.endeca.content.core.contentImport.validation.ContentValidationException
-
- ContentValidationException(Throwable) - Constructor for exception com.endeca.content.core.contentImport.validation.ContentValidationException
-
- convertToBoolean(ContentItem, String) - Static method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Helper method for converting the String value associated with a key to a boolean.
- convertToInt(ContentItem, String) - Static method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Helper method for converting the String value associated with a key to an integer.
- convertToList(ContentItem, String) - Static method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Helper method for converting a pipe delimited String value associated with a key to a list of strings.
- convertToLong(ContentItem, String) - Static method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Helper method for converting the String value associated with a key to a long.
- Cookie - Class in com.endeca.serialization.json
-
Convert a web browser cookie specification to a JSONObject and back.
- Cookie() - Constructor for class com.endeca.serialization.json.Cookie
-
- CookieList - Class in com.endeca.serialization.json
-
Convert a web browser cookie list string to a JSONObject and back.
- CookieList() - Constructor for class com.endeca.serialization.json.CookieList
-
- count - Variable in class com.endeca.infront.assembler.perf.TimeSummary
-
Deprecated.
The number of invocations recorded for this summary
- createAction(NavigationStateBuilder, ContentSource, ActionPathProvider) - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
Returns an action created from the path, link type and query string
of this LinkBuilder.
- createAggrERecUrlParam(UrlState, AggrERec) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- createAggrERecUrlParam(UrlState, AggrERec) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- createAggrERecUrlParam(UrlState, AggrERec) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Creates an URL parameter containing an AggrERec
.
- createAssembler() - Method in interface com.endeca.infront.assembler.AssemblerFactory
-
Creates and returns a new assembler.
- createAssembler() - Method in class com.endeca.infront.assembler.spring.SpringAssemblerFactory
-
- createAssemblerInput(HttpServletRequest) - Method in class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
Creates and returns the appropriate input for the the
Assembler
using the given request object.
- createDimensionSearchNavigationState(NavigationState) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsHandler
-
Takes the global NavigationState and returns the NavigationState that gets used to submit the dimension search query.
- createERecUrlParam(UrlState, ERec) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- createERecUrlParam(UrlState, ERec) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- createERecUrlParam(UrlState, ERec) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Creates an URL parameter containing an ERec
.
- createEvent(String) - Method in interface com.endeca.infront.assembler.perf.EventFactory
-
Deprecated.
As of release 11.0.
Create an event to represent the given id
- createEvent(String) - Method in class com.endeca.infront.assembler.perf.TimeEventFactory
-
Deprecated.
As of release 11.0.
- createHeaderForEventSummary(StringBuilder, String) - Method in class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
Deprecated.
As of release 11.0.
Appends header text describing the event formatting and time units.
- createMdexRequest(FilterState, MdexQuery) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
- createMdexRequest(FilterState, MdexQuery) - Method in class com.endeca.infront.navigation.MdexRequestBroker
-
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.
- createNavStateUrlParam(UrlState) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- createNavStateUrlParam(UrlState) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- createNavStateUrlParam(UrlState) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Creates an URL parameter containing an empty NavState
.
- createPath(String) - Method in class com.endeca.store.configuration.InternalNode
-
Add a new, empty node to this node.
- createPath(String) - Method in class com.endeca.store.configuration.InternalStore
-
- createSpotlightNavigationState(NavigationState, RecordSpotlightConfig) - Method in class com.endeca.infront.cartridge.RecordSpotlightHandler
-
This method is responsible for merging the global NavigationState passed in with the
RecordSpotlightConfig's navigation selection.
- createUrlParam(UrlState, String, String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- createUrlParam(UrlState, String, String) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- createUrlParam(UrlState, String, String) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Creates an URL parameter for the specified UrlState
.
- createUserState(HttpServletRequest) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
Returns a
UserState
object by parsing the information present in the
HttpServletRequest
.
- CRLF - Static variable in class com.endeca.serialization.json.HTTP
-
Carriage return/line feed.
- GeoFilter - Class in com.endeca.infront.navigation.model
-
A geocode range filter.
- GeoFilter() - Constructor for class com.endeca.infront.navigation.model.GeoFilter
-
Creates a geocode range filter.
- GeoFilter(String, double, double, double) - Constructor for class com.endeca.infront.navigation.model.GeoFilter
-
- GeoFilterBreadcrumb - Class in com.endeca.infront.cartridge.model
-
GeoFilterBreadcrumb is the model for a view of a geo range filter
a.k.a., a breadcrumb.
- GeoFilterBreadcrumb() - Constructor for class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- GeoSortSpec - Class in com.endeca.infront.navigation.model
-
- GeoSortSpec() - Constructor for class com.endeca.infront.navigation.model.GeoSortSpec
-
- GeoSortSpec(String, boolean, double, double) - Constructor for class com.endeca.infront.navigation.model.GeoSortSpec
-
- get(Object) - Method in class com.endeca.content.core.util.TreePathMap
-
- get() - Method in class com.endeca.infront.perf.EventCounter
-
- get(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the value object associated with a key.
- getActionPathProvider() - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Gets the
ActionPathProvider used to determine the site root
path and content path when creating
Action
objects.
- getAdjustedSearches() - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Gets automatically modified search terms from
spell correction or phrasing.
- getAdjustedTerms() - Method in class com.endeca.infront.cartridge.model.AdjustedSearch
-
- getAdministrationService() - Method in class com.endeca.infront.assembler.servlet.admin.AbstractAdminServlet
-
- getAdministrationService() - Method in class com.endeca.infront.assembler.servlet.spring.admin.SpringAdminServlet
-
- getAggregateRecordSpecParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getAggrERec() - Method in interface com.endeca.soleng.urlformatter.AggrERecUrlParam
-
The AggrERec
contained by this parameter.
- getAggrERec() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the associated AggrERec for this UrlState.
- getAggrERecFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The AggrERecFormatter
used to render aggregate record
attributes to the URL path keywords.
- getAggrERecParamKey() - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- getAggrERecParamKey() - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
The parameter key used for aggregate record detail links - typically "A".
- getAncestors(String) - Method in interface com.endeca.content.core.util.PathMap
-
Returns a PathMap
containing all of the
mappings from this map in which the key is an ancestor of the given
path (mappings associated with the given path itself will not be
included).
- getAncestors(String) - Method in interface com.endeca.content.core.util.PathSet
-
Returns a PathSet
representing all of the ancestor
paths of the given path in this set (the given path will not be
included).
- getAncestors(String) - Method in class com.endeca.content.core.util.TreePathMap
-
- getAncestors(String) - Method in class com.endeca.content.core.util.TreePathSet
-
- getAncestors() - Method in class com.endeca.infront.cartridge.model.DimensionSearchValue
-
- getAncestors() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getAncestors() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the ancestors up to but excluding the Dimension root for this RefinementMenu.
- getAppendAncestors() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Indicates whether or not to append ancestor DimVal
names to the URL.
- getAppendDescriptor() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Indicates whether or not to append the descriptor DimVal
name to the URL.
- getAppendRoot() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Indicates whether or not to append the root DimVal
name to the URL.
- getApplicationName() - Method in interface com.endeca.infront.content.source.ContentLocator
-
The name of the application to which this locator's content
item belongs.
- getAppName() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getAppName() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getAscending() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- getAscendingAction() - Method in class com.endeca.infront.cartridge.model.Sort
-
This label's action when the sort is "ascending"
- getAssembler() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
Returns the Assembler instance that fired the event.
- getAssemblerFactory() - Method in class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
- getAssemblerFactory() - Method in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
- getAssemblerResponseDecorators() - Method in class com.endeca.infront.assembler.AssemblerSettings
-
- getAssemblyFinishTime() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getAssemblyStartTime() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getAttributes() - Method in class com.endeca.infront.cartridge.model.Record
-
Record attribute (property and dimension) values, indexed by name string.
- getAuditContents(String, int) - Method in class com.endeca.infront.content.MdexContentRequestBroker
-
This method is for internal Oracle use only and should never be called.
If audit is enabled, returns the audit contents.
- getAuditContents(List<String>, List<String>, List<String>, int) - Method in class com.endeca.infront.content.MdexContentRequestBroker
-
This method is for internal Oracle use only and should never be called.
If audit is enabled, returns the audit contents.
- getAutocorrectTo() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getAutophraseParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
The parameter key used for autophrase - defaults to "Ntp"
- getBaseAggrERecUrlENEQuery() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getBaseERecUrlENEQuery() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getBaseNavigationUrlENEQuery() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getBaseUrlENEQuery() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getBoolean(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the boolean value associated with a key.
- getBooleanProperty(String, boolean) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting a boolean property value.
- getBoostRefinements() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Returns a list of DVal Specs.
- getBoostStrata() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns filters which allow items to be boosted to the top of the results.
- getBound1() - Method in class com.endeca.infront.navigation.model.RangeFilter
-
A bound value used for comparison operations.
- getBound2() - Method in class com.endeca.infront.navigation.model.RangeFilter
-
A second bound value used only by the between operation (Operation.BTWN).
- getBuryRefinements() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Returns a list of DVal Specs.
- getBuryStrata() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns filters which allow items to be buried at the bottom of the results.
- getCanonicalLink() - Method in interface com.endeca.infront.navigation.NavigationState
-
Retrieves the canonical link relative to this RecordState.
- getCanonicalLink() - Method in interface com.endeca.infront.navigation.RecordState
-
Retrieves the canonical link relative to this RecordState.
- getCanonicalLink() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns a canonical link for this UrlState
.
- getCartridgeHandler() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
Returns the cartridge handler pertinent to this event.
- getCause() - Method in exception com.endeca.serialization.json.JSONException
-
Returns the cause of this exception or null if the cause is nonexistent
or unknown.
- getClassName() - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
Deprecated.
As of release 11.0.
Get the class name for this event configuration.
- getClient() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getClientPort() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getClientPort() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getCollapseAction() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the action for collapsing this RefinementMenu
.
- getContent() - Method in class com.endeca.content.core.contentImport.ZipEntryImporter.JsonOrContentEntry
-
- getContent(ContentLocator) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
- getContent(ContentLocator) - Method in class com.endeca.infront.cartridge.RedirectAwareContentIncludeHandler
-
Adds keyword redirect information, if a redirect was triggered.
- getContent() - Method in interface com.endeca.infront.content.source.ContentLocator
-
Retrieves this locator's content item.
- getContent(List<String>) - Method in interface com.endeca.infront.content.source.ContentSource
-
This method fetches a list of content items given the paths to those items.
- getContent(List<String>) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
Implementation of the getContent contract.
- getContentBytes() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
- getContentCollection() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
- getContentHeight() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
- getContentItem() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
Returns the content item related to this event.
- getContentItemInitializer() - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
- getContentItemInitializer() - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
- getContentPath() - Method in class com.endeca.infront.cartridge.model.Action
-
- getContentPath() - Method in interface com.endeca.infront.content.source.ContentLocator
-
The path within the site that refers to this locator's content item.
- getContentPath() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getContentPaths() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Returns the paths which will be searched for content items to be
considered for inclusion in this slot.
- getContentPaths(String, int) - Method in class com.endeca.infront.content.MdexContentRequestBroker
-
This method is for internal Oracle use only and should never be called.
Query for rule-triggered content paths from a specified content collection.
- getContentPaths(List<String>, List<String>, List<String>, int) - Method in class com.endeca.infront.content.MdexContentRequestBroker
-
This method is for internal Oracle use only and should never be called.
Query for rule-triggered content paths given list of content paths, template types and template IDs.
- getContentSlotList() - Method in class com.endeca.infront.cartridge.ContentSlotListConfig
-
- getContentSource() - Method in class com.endeca.infront.assembler.servlet.AbstractPreviewLinkServlet
-
- getContentSource() - Method in class com.endeca.infront.assembler.servlet.spring.SpringPreviewLinkServlet
-
- getContentSource() - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Gets the content source used by this handler.
- getContentSource() - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Returns the content source that will be used to create
Action
objects.
- getContentSrcKey() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
Gets the key that will be used to identify the content source of the
object.
- getContentType() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
- getContentUri() - Method in class com.endeca.infront.cartridge.ContentInclude
-
The URI to retrieve content from a configured ContentSource.
- getContentUri() - Method in interface com.endeca.infront.content.source.ContentLocator
-
Convenience method for getting the full content URI.
- getContentValidator(String, String) - Method in class com.endeca.content.assembler.contentImport.validation.AssemblerContentEntityValidators
-
- getContentValidator(String, String) - Method in interface com.endeca.content.core.contentImport.validation.ContentEntityValidators
-
Retrieve a ContentValidator based on the given key.
- getContentWidth() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
- getContextPath() - Method in class com.endeca.infront.web.spring.SpringUtility
-
- getCorrectedTerms() - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
- getCount() - Method in class com.endeca.infront.cartridge.model.Refinement
-
- getCount() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getCount() - Method in class com.endeca.infront.cartridge.model.SuggestedSearch
-
Gets the number of records that will be returned if this suggested search is applied.
- getDate() - Method in class com.endeca.infront.navigation.UserState
-
- getDateAsString() - Method in class com.endeca.infront.navigation.UserState
-
- getDefaultChildEntityType() - Method in class com.endeca.content.core.entity.definition.BasicContentEntityDefinition
-
- getDefaultChildEntityType() - Method in interface com.endeca.content.core.entity.definition.ContentEntityDefinition
-
- getDefaultEncoding() - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Returns the default encoding for this URL formatter.
- getDefaultEncoding() - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Returns the default character encoding that should be used when
transforming URLs to and from various string forms.
- getDefaultFilterState() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
If null, a new FilterState will be created and
its standard defaults will be used.
- getDefaultMatchMode() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getDefaultNavigationActionContentPath() - Method in interface com.endeca.infront.navigation.url.ActionPathProvider
-
- getDefaultNavigationActionSiteRootPath() - Method in interface com.endeca.infront.navigation.url.ActionPathProvider
-
- getDefaultRecordActionContentPath() - Method in interface com.endeca.infront.navigation.url.ActionPathProvider
-
- getDefaultRecordActionSiteRootPath() - Method in interface com.endeca.infront.navigation.url.ActionPathProvider
-
- getDefaultSearchKey() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getDefaultSiteRootPath() - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- getDefaultUrlENEQuery() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getDefinition() - Method in class com.endeca.content.core.contentImport.validation.BasicContentEntityValidator
-
- getDefinition() - Method in interface com.endeca.content.core.contentImport.validation.ContentEntityValidator
-
Return the ContentEntityDefinition that is coupled with this validator.
- getDepth() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- getDescendants(String) - Method in interface com.endeca.content.core.util.PathMap
-
Returns a PathMap
containing all of the
mappings from this map in which the key is a descendant of the given
path (mappings associated with the given path itself will not be
included).
- getDescendants(String) - Method in interface com.endeca.content.core.util.PathSet
-
Returns a PathSet
representing all of the descendant
paths of the given path in this set (the given path will not be
included).
- getDescendants(String) - Method in class com.endeca.content.core.util.TreePathMap
-
- getDescendants(String) - Method in class com.endeca.content.core.util.TreePathSet
-
- getDescendingAction() - Method in class com.endeca.infront.cartridge.model.Sort
-
This label's action when the sort is "descending"
- getDescription() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- getDetailsAction() - Method in class com.endeca.infront.cartridge.model.Record
-
- getDidYouMeanTo() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getDimensionId() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Returns the Dimension ID which identifies the Endeca Dimension to be used for this RefinementMenu.
- getDimensionList() - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Returns the dimensions that will be used for dimension search.
- getDimensionName() - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
- getDimensionName() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getDimensionName() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the dimension name associated with this RefinementMenu.
- getDimensionName() - Method in class com.endeca.infront.navigation.model.DimensionFilter
-
The name of the parent dimension.
- getDimensions() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getDimensionSearchFilter(NavigationState) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsHandler
-
Gets the SearchFilter used for the dimension search.
- getDimensionSearchGroups() - Method in class com.endeca.infront.cartridge.DimensionSearchResults
-
Returns a List
of dimension search groups.
- getDimensionSearchValues() - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
- getDimensionValues() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getDimLocation(String) - Method in interface com.endeca.infront.navigation.NavigationState
-
This method is for internal Oracle use only and should never be
called.
Returns the meta-information pertaining to the given dimension value ID.
- getDimLocationFormatters() - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
- getDimLocationFormatters() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
The list of DimLocationFormatters that will be used to format the UrlState.
- getDimLocationList() - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- getDimValStringFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
The StringFormatter
that is used to process the
ancestor and descriptor DimVal
names.
- getDisplayName() - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
- getDisplayName() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getDisplayName() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the localized display name for the dimension associated with this RefinementMenu.
- getDouble(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the double value associated with a key.
- getDvalId() - Method in class com.endeca.infront.navigation.model.DimensionFilter
-
The selected dimension value ID.
- getEncodedKey() - Method in interface com.endeca.soleng.urlformatter.UrlParam
-
The encoded key.
- getEncodedValue() - Method in interface com.endeca.soleng.urlformatter.UrlParam
-
The encoded string value.
- getEncoding() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the character encoding that is used when marshaling parameters
and strings contained within this UrlState
.
- getEneTime() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getEntityType() - Method in class com.endeca.content.core.entity.definition.BasicContentEntityDefinition
-
- getEntityType() - Method in interface com.endeca.content.core.entity.definition.ContentEntityDefinition
-
- getEqlExpression() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getEqlFilter() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns the EQL filter associated with this filter state.
- getEqlParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getERec() - Method in interface com.endeca.soleng.urlformatter.ERecUrlParam
-
The ERec
contained by this parameter.
- getERec() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the associated ERec for this UrlState.
- getERecFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The ERecFormatter
used to render endeca record
attributes to the URL path keywords.
- getERecParamKey() - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- getERecParamKey() - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
The parameter key used for record detail links - typically "R".
- getError() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
If there was an error, returns the exception that was thrown by the Assembler, else
returns null.
- getErrorTopic() - Method in class com.endeca.infront.perf.stats.StatsCollectionHandler
-
- getEvent() - Static method in class com.endeca.infront.assembler.event.request.RequestEventFactory
-
- getEventFactory() - Method in interface com.endeca.infront.assembler.perf.EventSerializer
-
Deprecated.
As of release 11.0.
Get the factory which is responsible for creating events for this serializer.
- getEventFactory() - Method in class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
Deprecated.
- getEventFactory() - Method in class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
Deprecated.
As of release 11.0.
- getEvents() - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
Deprecated.
As of release 11.0.
Get the events to be recorded for this class.
- getEvents() - Method in class com.endeca.infront.perf.stats.RootEventInfo
-
- getEventStats() - Method in class com.endeca.infront.perf.stats.StatsMap
-
- getExpandAction() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the action for expanding this RefinementMenu
.
- getExpression() - Method in class com.endeca.infront.navigation.model.EqlFilter
-
Returns the EQL expression.
- getFeaturedRecords() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a List of featured records, or an empty list
if no featured records are specified.
- getFeaturedRecordsParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getFieldName() - Method in class com.endeca.infront.cartridge.model.Sort
-
name of the field that will be sorted
- getFilterState(NavigationState) - Method in class com.endeca.infront.cartridge.RecordDetailsHandler
-
Retrieves the filter state to use when making record detail queries.
- getFilterState() - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
Returns the filter state.
- getFilterState() - Method in interface com.endeca.infront.navigation.NavigationState
-
- getFirstRecNum() - Method in class com.endeca.infront.cartridge.ResultsList
-
One-based index of the first record in the records list.
- getGeoFilter() - Method in class com.endeca.infront.navigation.model.FilterState
-
- getGeoFilterCrumb() - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
The active geo filter.
- getGeoFilterParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getHost() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getHost() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getHost() - Method in class com.endeca.infront.navigation.model.MdexResource
-
- getHttpServletRequest() - Method in class com.endeca.infront.web.spring.SpringUtility
-
Uses org.springframework.web to retrieve the current
servlet request
- getId() - Method in class com.endeca.infront.navigation.model.DvalSpec
-
- getIgnoreCase() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- getIncludedParameters() - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- getInnerFilter() - Method in class com.endeca.infront.navigation.model.CollectionFilter
-
- getInt(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the int value associated with a key.
- getInterpretedTerms() - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Gets debug information on how search terms are interpreted.
- getIntProperty(String, int) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting an int property value.
- getIsPathParam() - Method in interface com.endeca.soleng.urlformatter.seo.SeoUrlParam
-
- getJson() - Method in class com.endeca.content.core.contentImport.ZipEntryImporter.JsonOrContentEntry
-
- getJSONArray(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the JSONObject value associated with a key.
- getKey() - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
- getKey() - Method in class com.endeca.infront.navigation.model.SearchFilter
-
The Endeca search key.
- getKey() - Method in class com.endeca.infront.navigation.model.SortSpec
-
The name of the sort attribute or interface.
- getKey() - Method in interface com.endeca.soleng.urlformatter.seo.DimLocationFormatter
-
The dimension name or id used to associate a DimLocationFormatter
with a specific dimension.
- getKey() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
The dimension name or id used to associate a DimLocationFormatter
with a specific dimension.
- getKey() - Method in interface com.endeca.soleng.urlformatter.UrlParam
-
The parameter key.
- getLabel() - Method in class com.endeca.infront.cartridge.model.Action
-
- getLabel() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getLabel() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getLabel() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getLabel() - Method in class com.endeca.infront.cartridge.model.SortOptionConfig
-
Text used to demonstrate sort information.
- getLabel() - Method in class com.endeca.infront.navigation.model.SortOption
-
The display name for this sorting option (optional).
- getLanguageId() - Method in class com.endeca.infront.navigation.model.FilterState
-
- getLanguageParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getLast() - Method in class com.endeca.content.core.util.FailureList
-
Returns the last Failure
in the list.
- getLastRecNum() - Method in class com.endeca.infront.cartridge.ResultsList
-
One-based index of the last record in the records list.
- getLatitude() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getLatitude() - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- getLessLink() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the action for collapsing the RefinementMenu.
- getLessLinkText() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Returns display text for 'less' links.
- getLessLinkText() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
When showMoreLink and isShowMore() is true, this text is used in the creation of the 'less' link.
- getLimit() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
A helper method for resolving the number of refinements to include.
- getLink() - Method in class com.endeca.infront.cartridge.MediaBanner
-
Returns the
Action
object used to construct the link
which fires when the media is clicked.
- getLink() - Method in class com.endeca.infront.cartridge.MediaBannerConfig
-
Returns the
LinkBuilder
object used to construct the link
which fires when the media is clicked (if desired).
- getLinkType() - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
- getLocalTime() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- getLocation() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
The cached result of a reverse geocode lookup,
for instance '101 Main Street, Cambridge MA'.
- getLong(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the long value associated with a key.
- getLongestEvents() - Method in class com.endeca.infront.perf.stats.StatsMap
-
- getLongitude() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getLongitude() - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- getLongProperty(String, long) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting a long property value.
- getLowerBound() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getLowerBound() - Method in class com.endeca.infront.perf.stats.QuantileTracker.Range
-
- getMatchMode() - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
- getMatchMode() - Method in class com.endeca.infront.navigation.model.SearchFilter
-
The Endeca match mode.
- getMaxCallsPerRootEvent() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMaxLocalTime() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMaxNumRecords() - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
The maximum number of records that will be returned.
- getMaxNumRefinements() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
The maximum number of refinements which will be shown when showMore has a value of "true".
- getMaxResults() - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Returns the maximum total number of dimension search results.
- getMaxResultsPerDimension() - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Returns the maximum number of dimension search results returned
for each dimension.
- getMaxTotalTime() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMdexRequestBroker() - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Used to construct MDEX requests.
- getMdexRequestBroker() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Used to construct MDEX requests.
- getMdexResource() - Method in class com.endeca.infront.navigation.MdexRequestBroker
-
This method is for internal Oracle use only and should never be called.
Gets the MDEX resource that will be used to create requests.
- getMedia() - Method in class com.endeca.infront.cartridge.MediaBanner
-
Returns the media object to be displayed.
- getMedia() - Method in class com.endeca.infront.cartridge.MediaBannerConfig
-
Returns the media object to be displayed.
- getMediaSourceList() - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
- getMessage() - Method in exception com.endeca.content.core.entity.ValidationFailureException
-
- getMessageTimeout() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getMessageTimeout() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getMinCallsPerRootEvent() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMinLocalTime() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMinTotalTime() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getMoreLink() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the action for expanding the RefinementMenu.
- getMoreLinkText() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Returns display text for 'more' links.
- getMoreLinkText() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
When showMoreLink is true, and more refinements are available than are included in the RefinementMenu,
this text is used in the link creation.
- getName() - Method in class com.endeca.content.core.contentImport.PathHelper.PathAndName
-
- getName() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getName() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getName() - Method in class com.endeca.infront.navigation.model.DvalSpec
-
- getName() - Method in class com.endeca.infront.navigation.model.PropertyFilter
-
The property name.
- getName() - Method in class com.endeca.store.configuration.InternalNode
-
- getName() - Method in interface com.endeca.store.Node
-
Returns the name of the node.
- getNames(JSONObject) - Static method in class com.endeca.serialization.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class com.endeca.serialization.json.JSONObject
-
Get an array of field names from an Object.
- getNavigation() - Method in class com.endeca.infront.cartridge.NavigationContainer
-
Returns a list of RefinementMenu items in this NavigationContainer.
- getNavigationFilters() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a List of navigation filters (dimension value IDs), or an empty
list if no navigation filters are specified.
- getNavigationFiltersParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getNavigationState() - Method in class com.endeca.infront.cartridge.model.NavigationAction
-
- getNavigationState() - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Gets the navigation state represented by the current request.
- getNavigationStateBuilder() - Method in class com.endeca.infront.assembler.servlet.AbstractPreviewLinkServlet
-
- getNavigationStateBuilder() - Method in class com.endeca.infront.assembler.servlet.spring.SpringPreviewLinkServlet
-
- getNavigationStateBuilder() - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Returns the NavigationStateBuilder that will be used by
the LinkBuilder to create a navigation state and
generate links.
- getNavigationStateId() - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- getNavState() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the navigation state for this UrlState
or null
if there is no navigation state.
- getNavStateCanonicalizer() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Returns the canonicalizer used to sort the navigation state before
rendering an UrlState
.
- getNavStateFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The NavStateFormatter
property used to render navigation
state information to the URL path keywords.
- getNavStateParamKey() - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- getNavStateParamKey() - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
The parameter key used for navigation state - typically "N".
- getNearestAncestor(String) - Method in interface com.endeca.content.core.util.PathMap
-
Returns a key String
which is the nearest ancestor of the given
path.
- getNearestAncestor(String) - Method in interface com.endeca.content.core.util.PathSet
-
Returns a String
which is the nearest ancestor of the given
path.
- getNearestAncestor(String) - Method in class com.endeca.content.core.util.TreePathMap
-
- getNearestAncestor(String) - Method in class com.endeca.content.core.util.TreePathSet
-
- getNode(String) - Method in class com.endeca.store.configuration.InternalNode
-
- getNode(String) - Method in class com.endeca.store.configuration.InternalStore
-
- getNode(String) - Method in interface com.endeca.store.Node
-
Retrieves a node based on a relative path to the current node.
- getNode(String) - Method in interface com.endeca.store.Store
-
Retrieves a node based on a path.
- getNodeInfo(String) - Method in class com.endeca.store.configuration.InternalNode
-
- getNodes() - Method in class com.endeca.store.configuration.InternalNode
-
- getNodes() - Method in interface com.endeca.store.Node
-
Get all the direct child nodes.
- getNumDataPoints() - Method in class com.endeca.infront.perf.stats.QuantileTracker
-
- getNumErrors() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getNumRecords() - Method in class com.endeca.infront.cartridge.model.Record
-
If aggregate record is enabled, gets the total number of
records in the aggregate.
- getNumRecords() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getNumRefinements() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
The maximum number of refinements which will be shown when showMore has a value of "false"
- getNumRefinements() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getNumRootEvents() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getNumRootEvents() - Method in class com.endeca.infront.perf.stats.StatsMap
-
- getNumTotalCalls() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getObjectLocator() - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- getOffset() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the record offset.
- getOperands() - Method in class com.endeca.infront.navigation.model.ComboFilter
-
- getOperation() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getOperation() - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- getOriginalTerms() - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Gets the original, unaltered search terms.
- getPagingActionTemplate() - Method in class com.endeca.infront.cartridge.ResultsList
-
Gets an action that can be modified to retrieve a page in the ResultsList.
- getParam(String) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the value associated with the specified key in the underlying
parameter map.
- getParamBinding(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getParamBindings() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getParameters() - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns a collection of all
UrlParam
mappings contained within
this
UrlState
.
- getParamKey() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder.ParamBinding
-
- getParamKey() - Method in class com.endeca.soleng.urlformatter.seo.UrlParamEncoder
-
- getParent(String) - Static method in class com.endeca.content.core.contentImport.PathHelper
-
Get the parent of the give path.
- getParent() - Method in class com.endeca.store.configuration.InternalNode
-
- getParent() - Method in interface com.endeca.store.Node
-
Returns the parent node.
- getPath() - Method in class com.endeca.content.core.contentImport.PathHelper.PathAndName
-
- getPath() - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
- getPath() - Method in class com.endeca.store.configuration.InternalNode
-
- getPath() - Method in interface com.endeca.store.Node
-
Returns the path of the node.
- getPathAndName(String, String) - Static method in class com.endeca.content.core.contentImport.PathHelper
-
Given a path and name, return a path and name.
- getPathAndName(String) - Static method in class com.endeca.content.core.contentImport.PathHelper
-
Given a path, return a path and a name.
- getPathKeyValueSeparator() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The character used to separate key/value pairs in the path
parameter section of the URL.
- getPathParamKeys() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The parameter keys that will be appended to the path.
- getPathSeparatorToken() - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
The separator token that is used to separate the misc-path
section of the URL from the path parameter section.
- getPattern() - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
- getPort() - Method in class com.endeca.infront.navigation.model.MdexResource
-
- getPrecomputedSorts() - Method in class com.endeca.infront.cartridge.ResultsList
-
Returns the list of precomputed sorts (as configured in the mdex engine)
- getPrependQuestionMark() - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- getPreviewModuleUrl() - Method in class com.endeca.infront.assembler.AssemblerSettings
-
Returns the preview module URL, for use when preview is enabled.
- getPrimaryKeyName() - Method in class com.endeca.store.configuration.InternalStore
-
- getPrimaryKeyName() - Method in interface com.endeca.store.Store
-
Identifies the property that is used as the 'primary' key for this
type of store.
- getPrimaryType() - Method in class com.endeca.store.configuration.InternalNode
-
- getPrimaryType() - Method in interface com.endeca.store.configuration.MutableNode
-
Get the value for the property that represents the primary type of this
node.
- getProfileGroups() - Method in class com.endeca.infront.navigation.UserState
-
- getProperties() - Method in class com.endeca.infront.cartridge.model.Ancestor
-
- getProperties() - Method in class com.endeca.infront.cartridge.model.Refinement
-
- getProperties() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
- getProperties() - Method in class com.endeca.store.configuration.InternalNode
-
- getProperties() - Method in interface com.endeca.store.Node
-
Returns a Map of all the property names and their values.
- getPropertyFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
- getPropertyKeys() - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
- getPropertyName() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getPropertyName() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getPropertyName() - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- getPropertyName() - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- getQuantilerErrorMargin() - Method in class com.endeca.infront.perf.stats.QuantileTracker.Range
-
- getQuantilerRangeMax() - Method in class com.endeca.infront.perf.stats.QuantileTracker.Range
-
- getQuantilerRangeMin() - Method in class com.endeca.infront.perf.stats.QuantileTracker.Range
-
- getQueryEncoding() - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
- getQueryString() - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
- getRadius() - Method in class com.endeca.infront.navigation.model.GeoFilter
-
Returns the geo filter radius in kilometers
- getRadiusKM() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getRadiusMiles() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
- getRangeFilterCrumbs() - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
The list of active range filters.
- getRangeFilters() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a List of range filters, or an empty
list if no range filters are specified.
- getRangeFiltersParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getRealPath() - Method in class com.endeca.infront.web.spring.SpringUtility
-
- getRecord() - Method in class com.endeca.infront.cartridge.RecordDetails
-
Gets the Record object (which may be an AggregateRecord object).
- getRecordDetailsDimensionNames() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Gets the list of dimensions which have been configured to be retrieved
from records and added to the navigation state on record detail pages.
- getRecordDisplayFieldName() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the field that is considered to hold the name of the record
- getRecordedEvents() - Method in class com.endeca.infront.assembler.perf.config.RecordedEventsConfiguration
-
Deprecated.
As of release 11.0.
Returns the list of events to record.
- getRecordFilterParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getRecordFilters() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a List of record filters, or an empty
list if no record filters are specified.
- getRecordLimit() - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
Gets the record limit.
- getRecordNames() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRecords() - Method in class com.endeca.infront.cartridge.model.Record
-
If aggregate records is enabled, retrieves the list of Records in this aggregate.
- getRecords() - Method in class com.endeca.infront.cartridge.RecordSpotlight
-
The list of records.
- getRecords() - Method in class com.endeca.infront.cartridge.ResultsList
-
Returns the list of records.
- getRecordSelection() - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
A record selection that could contain a navigation state.
- getRecordSpec() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRecordSpec() - Method in interface com.endeca.infront.navigation.RecordState
-
- getRecordSpecName() - Method in class com.endeca.infront.navigation.model.MdexResource
-
- getRecordSpecParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getRecordsPerPage() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns records displayed per page.
- getRecordState() - Method in class com.endeca.infront.cartridge.model.RecordAction
-
- getRecordStateId() - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- getRecsPerPage() - Method in class com.endeca.infront.cartridge.ResultsList
-
Returns the records per page in the rendering code.
- getRedirectPath() - Method in class com.endeca.infront.content.MdexContentRequestBroker
-
Returns the keyword redirect path if there is one associated with the user search term
- getReferenceLatitude() - Method in class com.endeca.infront.navigation.model.GeoSortSpec
-
- getReferenceLongitude() - Method in class com.endeca.infront.navigation.model.GeoSortSpec
-
- getRefinementCrumbs() - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
The list of active dimensional refinements.
- getRefinementMenuType() - Method in class com.endeca.infront.cartridge.NavigationContainerHandler
-
- getRefinements() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns the list of refinements.
- getRefinementsShown() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Returns a map between dimension IDs and the amount of refinements to show (i.e 123 -> some, 324 -> all)
- getRefinementsShown() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Returns the amount of refinements to show.
- getRefinementsShownByDefault() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Returns the amount of refinements to show by default.
- getRelativePath(String) - Static method in class com.endeca.content.core.contentImport.PathHelper
-
Given an absolute path, return a relative path, that is, just exclude
the leading slash.
- getRelRank() - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
- getRelRank() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
- getRelRankEffectiveMatchMode() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRelRankEffectiveSearchKey() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRelRankEffectiveSearchTerms() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRelRankKey() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the relevance ranking key to be used with the relevance ranking strategy.
- getRelRankMatchMode() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the relevance ranking match mode.
- getRelRankStrategy() - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Returns the relevance ranking strategy.
- getRelRankStrategy() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the relevance ranking strategy.
- getRelRankStrategy() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getRelRankTerms() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the relevance ranking terms to be used with the relevance ranking strategy.
- getRemoveAction() - Method in interface com.endeca.infront.cartridge.model.Breadcrumb
-
Returns a navigation action with the necessary information to remove
this breadcrumb.
- getRemoveAction() - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Returns a navigation action with the necessary information to remove
this breadcrumb.
- getRemoveAction() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Returns a navigation action with the necessary information to remove
this breadcrumb.
- getRemoveAction() - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Returns a navigation action with the necessary information to remove
this breadcrumb.
- getRemoveAction() - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Returns a navigation action with the necessary information to remove
this breadcrumb.
- getRemoveAllAction() - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Gets the action that will clear/remove all breadcrumbs.
- getRemoveAlways() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the list of URL parameters that will get removed "always".
- getRemoveOnClearFilterState() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getRemoveOnUpdateFilterState() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Gets the list of URL parameters that will get removed when any method that
updates the filter state is called on NavigationState
(removeSearches, removeFilters, selectNavigationFilter, etc.)
- getReplaceAll() - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
- getReplacement() - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
- getRequestType() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getResponseWriter() - Method in class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
- getResponseWriter() - Method in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
- getRollupKey() - Method in class com.endeca.infront.navigation.model.FilterState
-
- getRootNode() - Method in class com.endeca.store.configuration.InternalStore
-
- getRootNode() - Method in interface com.endeca.store.Store
-
Returns the Root Node.
- getRootStringFormatter() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
The StringFormatter
that is used to process the
root DimVal
name.
- getRuleLimit() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Returns the maximum number of rules that can fire for this slot.
- getSearchCrumbs() - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
The list of active search terms.
- getSearchFilters() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a List of search filters, or an empty
list if no search filters are specified.
- getSearchFiltersKeyParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getSearchFiltersMatchModeParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getSearchFiltersParam() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- getSearchKey() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getSearchMode() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getSearchTerms() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getSecondsSinceStart() - Method in class com.endeca.infront.perf.EventCounter
-
Returns seconds since counter was started.
- getSecurityFilter() - Method in class com.endeca.infront.navigation.model.FilterState
-
- getSeeAllLink() - Method in class com.endeca.infront.cartridge.RecordSpotlight
-
Returns a
NavigationAction
to a page with the nav state
specified by the record selection.
- getSeeAllLinkText() - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
- getSeparator() - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
The separator character that is used to separate root, ancestor, and
descriptor DimVal
names.
- getSeparator() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
The separator character that is used to separate fully formatted
DimLocation
objects.
- getServerPort() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getServerPort() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getSessionId() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getSessionId() - Method in interface com.endeca.infront.assembler.event.request.SessionIdProvider
-
- getSessionId() - Method in class com.endeca.infront.web.spring.SpringUtility
-
Uses org.springframework.web to retrieve the current
servlet request's session id
- getShowMoreIds() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
- getShowSeeAllLink() - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
- getSiteRootPath() - Method in class com.endeca.infront.cartridge.model.Action
-
- getSiteRootPath() - Method in interface com.endeca.infront.content.source.ContentLocator
-
The path of the site to which this locator's content
item belongs.
- getSiteRootPath() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getSort() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Returns the specification of sort type which governs how the returned refinements
will be ordered in the
RefinementMenu
.
- getSortByDimension() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- getSortByName() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- getSortedPaths(List<String>) - Static method in class com.endeca.content.core.contentImport.PathHelper
-
- getSortedZipEntries(ZipFile) - Static method in class com.endeca.content.core.contentImport.ZipHelper
-
- getSortKeys() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getSortOption() - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
- getSortOption() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Returns the sort option, may be null.
- getSortOptions() - Method in class com.endeca.infront.cartridge.ResultsList
-
Returns the list of sort options to display.
- getSortOptions() - Method in class com.endeca.infront.cartridge.ResultsListHandler
-
A list of sort options to display to the end user.
- getSortOptionValue() - Method in class com.endeca.infront.navigation.model.SortSpec
-
retrieved key is followed by a suffix of "|1", indicating descending order, or
"|0", indicating ascending order (the default)
- getSorts() - Method in class com.endeca.infront.navigation.model.SortOption
-
The list of sort specifications.
- getSourceName() - Method in class com.endeca.infront.cartridge.model.MediaSourceConfig
-
- getSourceValue() - Method in class com.endeca.infront.cartridge.model.MediaSourceConfig
-
- getSpotlights() - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- getStandaloneNode(String) - Static method in class com.endeca.store.configuration.InternalNode
-
Get a standalone node, one that will not be added
to an Store.
- getStartTime() - Method in class com.endeca.infront.perf.EventCounter
-
Returns the clock time in seconds, when counter was initialized.
- getStartTime() - Method in class com.endeca.infront.perf.stats.RootEventInfo
-
- getStartTime() - Method in class com.endeca.infront.perf.stats.StatsMap
-
- getStats() - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
Returns Assembler statistics, or null
if stats are disabled
- getStats() - Method in class com.endeca.infront.perf.stats.StatsCollectionHandler
-
Returns a map from event topics to timing statistics for that
topic.
- getStore() - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- getStore() - Method in class com.endeca.infront.content.source.FileStoreFactory
-
- getStore() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getStore() - Method in interface com.endeca.store.StoreFactory
-
Returns the currently available store instance.
- getStoreFactory() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getString(int) - Method in class com.endeca.serialization.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class com.endeca.serialization.json.JSONObject
-
Get the string associated with a key.
- getStringFormatters() - Method in class com.endeca.soleng.urlformatter.seo.StringFormatterChain
-
- getSubRecordsPerAggregateRecord() - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
For aggregate records, the number of sub records that should be included in the results.
- getSuggestedSearches() - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Gets the search suggestions.
- getTemplateIds() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Returns the template IDs from which content items must have been
created in order to be considered for inclusion in this slot.
- getTemplateTypes() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Returns the template types from which content items must have been
created in order to be considered for inclusion in this slot.
- getTerms() - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
- getTerms() - Method in class com.endeca.infront.navigation.model.SearchFilter
-
Text to search for.
- getTopic() - Method in interface com.endeca.infront.event.Event
-
- getTopic() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- getTopic() - Method in class com.endeca.infront.perf.stats.EventStats
-
- getTotalNumRecs() - Method in class com.endeca.infront.cartridge.ResultsList
-
Total number of records in the result set; not the same as the number
of records in this ResultsList.
- getTotalNumResults() - Method in class com.endeca.infront.cartridge.DimensionSearchResults
-
- getTotalTime() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- getType() - Method in class com.endeca.infront.assembler.BasicContentItem
-
Returns the type of this content item.
- getType() - Method in interface com.endeca.infront.assembler.ContentItem
-
- getTypedProperty(String) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for returning a property value without having to cast
the return value to the desired type.
- getTypedProperty(String) - Method in class com.endeca.store.configuration.InternalNode
-
- getTypedProperty(String) - Method in interface com.endeca.store.Node
-
Retrieve a property of this Node.
- getUpperBound() - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
- getUpperBound() - Method in class com.endeca.infront.perf.stats.QuantileTracker.Range
-
- getUri() - Method in class com.endeca.infront.cartridge.model.MediaObject
-
- getUrl() - Method in class com.endeca.infront.cartridge.model.UrlAction
-
- getUrlForAction(NavigationAction) - Method in class com.endeca.infront.assembler.servlet.AbstractPreviewLinkServlet
-
Constructs and returns a URL representing the given NavigationAction
.
- getUrlFormatter() - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Returns the UrlFormatter associated with this class.
- getUrlParam(String) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Returns the full UrlParam
value associated with the specified
key in the underlying parameter map.
- getUrlParamEncoder() - Method in interface com.endeca.soleng.urlformatter.seo.SeoUrlParam
-
- getUsageCounter() - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
Retrieves Assembler usage information
- getUseDimensionNameAsKey() - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
Indicates whether DimLocationFormatter
objects should be associated
to this formatter by dimension name or id.
- getUseDimensionNameAsKey() - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
Indicates whether DimLocationFormatter
objects should be associated
to this formatter by dimension name or id.
- getUserAgent() - Method in class com.endeca.infront.navigation.UserState
-
- getUserSegments() - Method in class com.endeca.infront.navigation.UserState
-
- getUseShowMoreIdsParam() - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Deprecated.
As of release 3.1.1.
Returns true if the show more and less actions should use the deprecated showMoreIds parameter.
The default value of this property is true.
- getUseShowMoreIdsParam() - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Deprecated.
As of release 3.1.1.
Returns true if the show more and less actions should use the deprecated showMoreIds parameter.
The default value of this property is true.
- getValue() - Method in class com.endeca.infront.cartridge.model.SortOptionConfig
-
- getValue(String) - Static method in enum com.endeca.infront.cartridge.RefinementMenuConfig.RefinementsShown
-
- getValue(String) - Static method in enum com.endeca.infront.navigation.model.MatchMode
-
- getValue() - Method in class com.endeca.infront.navigation.model.PropertyFilter
-
The property value.
- getValue() - Method in interface com.endeca.soleng.urlformatter.UrlParam
-
The parameter string value.
- getWholePath() - Method in class com.endeca.content.core.contentImport.PathHelper.PathAndName
-
- getWhyPrecedenceRuleFired() - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Returns "why precedence rule fired" debug information.
- getZipEntries(ZipFile, String) - Static method in class com.endeca.content.core.contentImport.ZipHelper
-
- GT - Static variable in class com.endeca.serialization.json.XML
-
The Character '>'.
- PageBody - Class in com.endeca.infront.web.tags
-
Tag for enabling Workbench preview functionality; each <body>
tag must contain
a reference to the PageBody tag.
- PageBody() - Constructor for class com.endeca.infront.web.tags.PageBody
-
- PageDefinition - Class in com.endeca.content.core.entity.definition
-
- PageDefinition() - Constructor for class com.endeca.content.core.entity.definition.PageDefinition
-
- PageHead - Class in com.endeca.infront.web.tags
-
Tag for enabling Workbench preview functionality; each <head>
tag must contain
a reference to the PageHead tag.
- PageHead() - Constructor for class com.endeca.infront.web.tags.PageHead
-
- PageRootDefinition - Class in com.endeca.content.core.entity.definition
-
- PageRootDefinition() - Constructor for class com.endeca.content.core.entity.definition.PageRootDefinition
-
- parseContent(String, byte[]) - Method in class com.endeca.content.core.contentImport.ContentParser
-
Parses the given byte array, which is a document, into a Node.
- parseContent(String, JSONObject) - Method in class com.endeca.content.core.contentImport.JsonParser
-
Parses the given JSONObject and creates a Node from it's contents.
- parseDate(HttpServletRequest) - Method in class com.endeca.infront.content.PreviewUserStateBuilder
-
- parseDate(HttpServletRequest) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
- parseFeaturedRecords(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Parses a List of featured records from the given
UrlState.
- parseFilterState(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseGeoFilter(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseNavigationFilters(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Parses a List of navigation filters (dimension value IDs) off of the
UrlState.
- parseNavigationState(String, String, String) - Method in interface com.endeca.infront.navigation.NavigationStateBuilder
-
Create a NavigationState parsed from a query string,
a path info, and a character encoding.
- parseNavigationState(HttpServletRequest) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Creates a NavigationState using the query string, path info,
and character encoding from the given request object.
- parseNavigationState(String, String, String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseParameters(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Parses parameters from the UrlState
and returns them
as a map.
- parsePathInfo(UrlState, String) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- parseQueryString(UrlState, String) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- parseRangeFilters(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseRecordFilters(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Returns a List of record filters parsed from the
UrlState.
- parseRecordSpec(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Parses a record spec String off of the UrlState.
- parseRecordState(String, String, String) - Method in interface com.endeca.infront.navigation.NavigationStateBuilder
-
Create a RecordState parsed from a path info,
a query string, and a character encoding.
- parseRecordState(HttpServletRequest) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Creates a RecordState using the query string, path info,
and character encoding from the given request object.
- parseRecordState(String, String, String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseRequest(HttpServletRequest) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- parseRequest(String, String, String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- parseRequest(String, String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
- parseRequest(HttpServletRequest) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- parseRequest(String, String, String) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- parseRequest(HttpServletRequest) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
Parses the specified request into an UrlState
.
- parseRequest(String, String, String) - Method in interface com.endeca.soleng.urlformatter.UrlFormatter
-
- parseSearchFilters(UrlState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- parseUserAgent(HttpServletRequest) - Method in class com.endeca.infront.content.PreviewUserStateBuilder
-
- parseUserAgent(HttpServletRequest) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
- parseUserSegments(HttpServletRequest) - Method in class com.endeca.infront.content.PreviewUserStateBuilder
-
- parseUserSegments(HttpServletRequest) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
- PATH_SEPARATOR - Static variable in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- PATH_SEPARATOR - Static variable in interface com.endeca.store.Node
-
- PathHelper - Class in com.endeca.content.core.contentImport
-
Utilities for processing paths.
- PathHelper() - Constructor for class com.endeca.content.core.contentImport.PathHelper
-
- PathHelper.PathAndName - Class in com.endeca.content.core.contentImport
-
A convenience, a class that composes name and path so that they can be
returned from a method call.
- PathHelper.PathAndName(String, String) - Constructor for class com.endeca.content.core.contentImport.PathHelper.PathAndName
-
- PathMap<V> - Interface in com.endeca.content.core.util
-
A map in which each key is a path represented by a String.
- PathNotFoundException - Exception in com.endeca.store.exceptions
-
PathNotFoundException is thrown when the given path is not constructed for a
given
Store
.
- PathNotFoundException() - Constructor for exception com.endeca.store.exceptions.PathNotFoundException
-
- PathNotFoundException(String) - Constructor for exception com.endeca.store.exceptions.PathNotFoundException
-
- PathNotFoundException(Throwable) - Constructor for exception com.endeca.store.exceptions.PathNotFoundException
-
- PathNotFoundException(String, Throwable) - Constructor for exception com.endeca.store.exceptions.PathNotFoundException
-
- PathSet - Interface in com.endeca.content.core.util
-
Interface for data structures for path lookup and management.
- PerfEventFilter - Class in com.endeca.infront.assembler.perf
-
An implementation of Filter
that starts performance monitoring
when a request comes in.
- PerfEventFilter() - Constructor for class com.endeca.infront.assembler.perf.PerfEventFilter
-
- PerfLogTimeEventSerializer - Class in com.endeca.infront.assembler.perf.serializers
-
Deprecated.
As of release 11.0.
An implementation of EventSerializer
that logs time taken, per request, into the assembler performance log.
- PerfLogTimeEventSerializer(String, RecordedEventsConfiguration) - Constructor for class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
Deprecated.
As of release 11.0.
Constructs a PerfLogTimeEventSerializer with a log file
count of 5 and a log file limit of 1000 (that is, 1000 megabytes).
- PerfLogTimeEventSerializer(String, RecordedEventsConfiguration, int, int) - Constructor for class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
Deprecated.
As of release 11.0.
Constructs a PerfLogTimeEventSerializer.
- PerfUtil - Class in com.endeca.infront.perf
-
A static interface to ease the use of Assembler performance timing
primitives.
- PhraseDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for phrase entities.
- PhraseDefinition() - Constructor for class com.endeca.content.core.entity.definition.PhraseDefinition
-
- PhrasesRootDefinition - Class in com.endeca.content.core.entity.definition
-
Definition for PhrasesRoot entities.
- PhrasesRootDefinition() - Constructor for class com.endeca.content.core.entity.definition.PhrasesRootDefinition
-
- populateNavigationPathDefaults(Action) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Convenience method to populate the site root path and content path
of the given action using the configured
ActionPathProvider
.
- postValidate(Node, FailureListener) - Method in class com.endeca.content.core.contentImport.validation.BasicContentEntityValidator
-
- postValidate(Node, FailureListener) - Method in interface com.endeca.content.core.contentImport.validation.ContentEntityValidator
-
Post validate the given node.
- preprocess(ContentItem) - Method in class com.endeca.infront.assembler.AbstractCartridgeHandler
-
This implementation does nothing and does not modify the input
ContentItem
.
- preprocess(T) - Method in interface com.endeca.infront.assembler.CartridgeHandler
-
Called by the assembler once for each cartridge instance in a response
model.
- preprocess(BreadcrumbsConfig) - Method in class com.endeca.infront.cartridge.BreadcrumbsHandler
-
Creates a breadcrumbs MDEX query.
- preprocess(ContentItem) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
- preprocess(ContentItem) - Method in class com.endeca.infront.cartridge.ContentSlotHandler
-
Adds the
List of
ContentItem objects returned by the
ContentManager to the input content item using the key,
ContentSlotHandler.CONTENTS
.
- preprocess(ContentSlotListConfig) - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
Does nothing.
- preprocess(DimensionSearchResultsConfig) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsHandler
-
- preprocess(MediaBannerConfig) - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Verifies the configuration for this handler.
- preprocess(ConfigType) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
The default implementation does nothing.
- preprocess(NavigationContainerConfig) - Method in class com.endeca.infront.cartridge.NavigationContainerHandler
-
- preprocess(RecordDetailsConfig) - Method in class com.endeca.infront.cartridge.RecordDetailsHandler
-
Creates a record details MDEX query.
- preprocess(RecordSpotlightConfig) - Method in class com.endeca.infront.cartridge.RecordSpotlightHandler
-
This method ensures the configuration's recordSelection is valid (i.e.
- preprocess(RefinementMenuConfig) - Method in class com.endeca.infront.cartridge.RefinementMenuHandler
-
- preprocess(ResultsListConfig) - Method in class com.endeca.infront.cartridge.ResultsListHandler
-
Creates a record list MDEX query.
- preprocess(SearchAdjustmentsConfig) - Method in class com.endeca.infront.cartridge.SearchAdjustmentsHandler
-
Creates an MDEX query with spell and phrase Did You Mean enabled.
- preValidate(Node, FailureListener) - Method in class com.endeca.content.core.contentImport.validation.BasicContentEntityValidator
-
- preValidate(Node, FailureListener) - Method in interface com.endeca.content.core.contentImport.validation.ContentEntityValidator
-
Pre validate the given node.
- PREVIEW_MODULE_URL - Static variable in class com.endeca.infront.assembler.AssemblerSettings
-
Key for storing preview URL on content items output by the
Assembler
.
- PreviewUserStateBuilder - Class in com.endeca.infront.content
-
Builds UserState objects for use with Experience Manager preview.
- PreviewUserStateBuilder() - Constructor for class com.endeca.infront.content.PreviewUserStateBuilder
-
Constructor.
- PRIMARY_KEY_NAME - Static variable in class com.endeca.store.configuration.InternalStore
-
- PRIMARY_TYPE_PROPERTY_NAME - Static variable in class com.endeca.store.configuration.InternalNode
-
- process(T) - Method in interface com.endeca.infront.assembler.CartridgeHandler
-
Called by the assembler after the preprocess method has been
called for all cartridges in a complete response model.
- process(BreadcrumbsConfig) - Method in class com.endeca.infront.cartridge.BreadcrumbsHandler
-
- process(ContentItem) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
- process(ContentItem) - Method in class com.endeca.infront.cartridge.ContentSlotHandler
-
- process(ContentSlotListConfig) - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
- process(DimensionSearchResultsConfig) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsHandler
-
- process(MediaBannerConfig) - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Creates a response model of the form:
- process(ConfigType) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
The default implementation does nothing and returns null.
- process(NavigationContainerConfig) - Method in class com.endeca.infront.cartridge.NavigationContainerHandler
-
- process(RecordDetailsConfig) - Method in class com.endeca.infront.cartridge.RecordDetailsHandler
-
- process(RecordSpotlightConfig) - Method in class com.endeca.infront.cartridge.RecordSpotlightHandler
-
This method processes the global query results in order to obtain information about the
current navigation state dimensions, such as whether they are multi-or, and what their
ancestors are.
- process(RefinementMenuConfig) - Method in class com.endeca.infront.cartridge.RefinementMenuHandler
-
Returns null if no dimension id is specified in the config, or if the MDEX doesn't return
any refinements.
- process(ResultsListConfig) - Method in class com.endeca.infront.cartridge.ResultsListHandler
-
Creates a basic RecordList model.
- process(SearchAdjustmentsConfig) - Method in class com.endeca.infront.cartridge.SearchAdjustmentsHandler
-
Always returns a SearchAdjustments object, even if no search adjustments have been suggested.
- process(ContentItem) - Method in class com.endeca.infront.cartridge.StatsPageCartridgeHandler
-
Deprecated.
As of release 11.0.
If a StatsPageTimeEventSerializer
has been set, stores performance
information in the supplied ContentItem
.
- processSpotlightMdexResponse(NavigationState, RecordSpotlightConfig, ENEQueryResults) - Method in class com.endeca.infront.cartridge.RecordSpotlightHandler
-
Protected method allows this to be overridden by subclasses of the CartridgeHandler.
- processZipEntry(ZipFile, ZipEntry) - Method in class com.endeca.content.core.contentImport.ZipEntryImporter
-
Processes a zip entry.
- PROFILE_GROUP_PREFIX - Static variable in class com.endeca.infront.content.MdexContentRequestBroker
-
Attribute key expected by MDEX to disambiguate ATG profile groups from Endeca user segments.
- properties - Variable in class com.endeca.store.configuration.InternalNode
-
- PropertyFilter - Class in com.endeca.infront.navigation.model
-
A filter for a single record.
- PropertyFilter() - Constructor for class com.endeca.infront.navigation.model.PropertyFilter
-
Creates a filter for a single record.
- PropertyFilter(String, String) - Constructor for class com.endeca.infront.navigation.model.PropertyFilter
-
- put(String, V) - Method in class com.endeca.content.core.util.TreePathMap
-
- put(boolean) - Method in class com.endeca.serialization.json.JSONArray
-
Append a boolean value.
- put(Collection) - Method in class com.endeca.serialization.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(double) - Method in class com.endeca.serialization.json.JSONArray
-
Append a double value.
- put(int) - Method in class com.endeca.serialization.json.JSONArray
-
Append an int value.
- put(long) - Method in class com.endeca.serialization.json.JSONArray
-
Append an long value.
- put(Map) - Method in class com.endeca.serialization.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- put(Object) - Method in class com.endeca.serialization.json.JSONArray
-
Append an object value.
- put(int, boolean) - Method in class com.endeca.serialization.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- put(int, Collection) - Method in class com.endeca.serialization.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(int, double) - Method in class com.endeca.serialization.json.JSONArray
-
Put or replace a double value.
- put(int, int) - Method in class com.endeca.serialization.json.JSONArray
-
Put or replace an int value.
- put(int, long) - Method in class com.endeca.serialization.json.JSONArray
-
Put or replace a long value.
- put(int, Map) - Method in class com.endeca.serialization.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject that
is produced from a Map.
- put(int, Object) - Method in class com.endeca.serialization.json.JSONArray
-
Put or replace an object value in the JSONArray.
- put(String, boolean) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, Collection) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, double) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/value pair in the JSONObject.
- putAll(Map<? extends String, ? extends V>) - Method in class com.endeca.content.core.util.TreePathMap
-
- putAllParameters(Map<String, String>) - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
updating all of the specified parameters.
- putAllParameters(Map<String, String>) - Method in interface com.endeca.infront.navigation.RecordState
-
Create a new RecordState relative to this one,
updating all of the specified parameters.
- putOnce(String, Object) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null, and only if there is not already a member with that
name.
- putOpt(String, Object) - Method in class com.endeca.serialization.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
- putParameter(String, String) - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
updating the specified parameter.
- putParameter(String, String) - Method in interface com.endeca.infront.navigation.RecordState
-
Create a new RecordState relative to this one,
updating the specified parameter.
- putStatsIntoContentItem(ContentItem) - Method in class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
Deprecated.
As of release 11.0.
Adds performance statistics to the supplied content item. The following
keys will be used:
- perRequestStats
- perEventStats
- worstQueries
(in descending order)
- systemStats
- SearchAdjustments - Class in com.endeca.infront.cartridge
-
- SearchAdjustments(SearchAdjustmentsConfig) - Constructor for class com.endeca.infront.cartridge.SearchAdjustments
-
- SearchAdjustmentsConfig - Class in com.endeca.infront.cartridge
-
- SearchAdjustmentsConfig() - Constructor for class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
Creates a SearchAdjustmentsConfig with the following default settings:
phraseSuggestionEnabled = false
spellSuggestionEnabled = false
- SearchAdjustmentsConfig(String) - Constructor for class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
Creates a SearchAdjustmentsConfig with the specified type and
the following default settings:
phraseSuggestionEnabled = false
spellSuggestionEnabled = false
- SearchAdjustmentsConfig(ContentItem) - Constructor for class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
Creates a copy of the specified ContentItem
, and returns it as an instance of
SearchAdjustmentsConfig
.
- SearchAdjustmentsHandler - Class in com.endeca.infront.cartridge
-
- SearchAdjustmentsHandler() - Constructor for class com.endeca.infront.cartridge.SearchAdjustmentsHandler
-
- SearchAdjustmentsRequestParamMarshaller - Class in com.endeca.infront.cartridge
-
Creates SearchSuggestionsHandler
configuration from the parameters present
in a request URL.
- SearchAdjustmentsRequestParamMarshaller() - Constructor for class com.endeca.infront.cartridge.SearchAdjustmentsRequestParamMarshaller
-
- SearchBreadcrumb - Class in com.endeca.infront.cartridge.model
-
SearchBreadcrumb is a Breadcrumbs element that contains information about
an active keyword search.
- SearchBreadcrumb() - Constructor for class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
- SearchFilter - Class in com.endeca.infront.navigation.model
-
A text search filter.
- SearchFilter() - Constructor for class com.endeca.infront.navigation.model.SearchFilter
-
Creates a text search filter.
- SearchFilter(String, String) - Constructor for class com.endeca.infront.navigation.model.SearchFilter
-
Creates a text search filter.
- SearchFilter(String, String, MatchMode) - Constructor for class com.endeca.infront.navigation.model.SearchFilter
-
Creates a text search filter.
- selectAncestor(DimVal, DimVal) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- selectAncestor(DimVal, DimVal, boolean) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Selects an ancestor DimVal
for the specified descriptor
DimVal
.
- selectNavigationFilter(String) - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new NavigationState relative to this one,
selecting the specified navigation filter.
- selectRecord(String, boolean) - Method in interface com.endeca.infront.navigation.NavigationState
-
Create a new RecordState from the given record spec.
- selectRefinement(Dimension, DimVal) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- selectRefinement(DimLocation) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- selectRefinement(Dimension, DimVal, boolean) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Selects a navigation refinement DimVal
from the specified
refinement Dimension
.
- selectRefinement(DimLocation, boolean) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Selects a navigation refinement using a DimLocation
object.
- SeoAggrERecFormatter - Class in com.endeca.soleng.urlformatter.seo
-
An ERecFormatter
that formats an Aggregate record in SEO Optimized
format, by formatting its representative record using the SeoERecFormatter
.
- SeoAggrERecFormatter() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoAggrERecFormatter
-
- SeoDimLocationFormatter - Class in com.endeca.soleng.urlformatter.seo
-
A formatter that generates URL path keywords from a DimLocation
object in the order [root][ancestors][descriptor].
- SeoDimLocationFormatter() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
- SeoDimLocationFormatter(Object, boolean, boolean, boolean, char) - Constructor for class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
- SeoERecFormatter - Class in com.endeca.soleng.urlformatter.seo
-
An ERecFormatter
that formats the UrlState
associated with an Endecan record in SEO Optimized format,
taking into account record Dimension Values and Properties.
- SeoERecFormatter() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
- SeoNavStateCanonicalizer - Class in com.endeca.soleng.urlformatter.seo
-
A class that creates a canonical sort order for a NavStateUrlParam
.
- SeoNavStateCanonicalizer() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
- SeoNavStateEncoder - Class in com.endeca.soleng.urlformatter.seo
-
Specifies the encoding of a URL parameter, can be aggregated by the SeoUrlFormatter
in an UrlParamEncoder[] array using the toString method of the Long class to perform base 36 encoding.
- SeoNavStateEncoder() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoNavStateEncoder
-
- SeoNavStateFormatter - Class in com.endeca.soleng.urlformatter.seo
-
A NavStateFormatter
that formats an UrlState in SEO Optimized format,
formatting each of the the Navigation state's DimLocations with SeoNavStateFormatters.
- SeoNavStateFormatter() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
- SeoUrlFormatter - Class in com.endeca.soleng.urlformatter.seo
-
An UrlFormatter
that parses and formats optimized URLs.
- SeoUrlFormatter() - Constructor for class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
- SeoUrlParam - Interface in com.endeca.soleng.urlformatter.seo
-
An interface that specifies the storage of an SeoUrlParam.
- serialize(Map<String, EventSummary>, HttpServletRequest) - Method in interface com.endeca.infront.assembler.perf.EventSerializer
-
Deprecated.
As of release 11.0.
Record performance events with this serializer.
- serialize(StringBuilder) - Method in interface com.endeca.infront.assembler.perf.EventSummary
-
Deprecated.
As of release 11.0.
Serializes this summary into a human-readable string.
- serialize(Map<String, EventSummary>, HttpServletRequest) - Method in class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
Deprecated.
As of release 11.0.
- serialize(StringBuilder) - Method in class com.endeca.infront.assembler.perf.TimeSummary
-
Deprecated.
As of release 11.0.
- SessionIdProvider - Interface in com.endeca.infront.assembler.event.request
-
Provides the ID for the current user session
- setActionPathProvider(ActionPathProvider) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Sets the
ActionPathProvider used to determine the site root
path and content path when creating
Action
objects.
- setAdjustedSearches(Map<String, List<AdjustedSearch>>) - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Sets automatically modified search terms from
- setAdjustedTerms(String) - Method in class com.endeca.infront.cartridge.model.AdjustedSearch
-
Sets the adjusted terms of the search.
- setAggregateRecordSpecParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the aggregateRecordSpecParam.
- setAggrERec(AggrERec) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Sets the associated AggrERec for this UrlState.
- setAggrERecFormatter(AggrERecFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Sets the aggrERecFormatter
property, which is used to render
directory-style (path-encoded) keywords for UrlState
objects
containing an Endeca aggregate record.
- setAggrERecParamKey(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Sets the AggrERecParamKey.
- setAncestors(List<Ancestor>) - Method in class com.endeca.infront.cartridge.model.DimensionSearchValue
-
Sets the ancestors for this dimension.
- setAncestors(List<Ancestor>) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the ancestors for this refinement, if any.
- setAncestors(List<Ancestor>) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the ancestors up to but excluding the Dimension root for this RefinementMenu.
- setAppendAncestors(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies whether or not to append ancestor DimVal
names to the URL.
- setAppendDescriptor(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies whether or not to append the descriptor DimVal
name to the URL.
- setAppendRoot(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies whether or not to append the root DimVal
name to the URL.
- setApplicationContext(ApplicationContext) - Method in class com.endeca.infront.assembler.spring.SpringAssemblerFactory
-
Sets the Spring Framework bean factory used by this assembler for resolving cartridge
handlers and other services within an assembler request context.
- setApplicationContext(ApplicationContext) - Method in class com.endeca.infront.web.spring.SpringUtility
-
- setAppName(String) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setAppName(String) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setAscending(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
Specifies whether or not canonicalization is done in ascending or descending order.
- setAscendingAction(SortOptionLabel) - Method in class com.endeca.infront.cartridge.model.Sort
-
- setAssemblyFinishTime(Long) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
Sets the time (in milliseconds from Epoch) that the assembly finished
- setAssemblyStartTime(Long) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
Sets the time (in milliseconds from Epoch) that the assembly started
- setAttributes(Map<String, Attribute>) - Method in class com.endeca.infront.cartridge.model.Record
-
Sets the attributes for this record.
- setAugment(boolean) - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
Sets whether current record selection should be augmented by the
current navigation state.
- setAutocorrectTo(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setAutoPhrased(boolean) - Method in class com.endeca.infront.cartridge.model.AdjustedSearch
-
Sets the auto-phrased flag.
- setAutoPhrased(boolean) - Method in class com.endeca.infront.cartridge.model.SuggestedSearch
-
Sets the auto-phrased flag.
- setAutoPhraseEnabled(boolean) - Method in class com.endeca.infront.navigation.model.FilterState
-
Turns on autophrase in the engine.
- setAutophraseParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the autophraseParam
- setBaseAggrERecUrlENEQuery(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the baseAggrERecUrlENE Query.
- setBaseERecUrlENEQuery(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the baseERecUrlENEQuery.
- setBaseNavigationUrlENEQuery(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the baseNavigationUrlENEQuery.
- setBaseUrlENEQuery(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the baseUrlENEQuery.
- setBoostRefinements(List<DvalSpec>) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets the list of DVal Specs to boost.
- setBoostStrata(List<CollectionFilter>) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets filters which allow items to be boosted to the top of the results.
- setBound1(double) - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- setBound2(double) - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- setBuryRefinements(List<DvalSpec>) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets the list of DVal Specs to bury.
- setBuryStrata(List<CollectionFilter>) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets filters which allow items to be buried at the bottom of the results.
- setClassName(String) - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
Deprecated.
As of release 11.0.
Sets the class name for this event configuration
- setClientPort(int) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setClientPort(int) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setCollapseAction(NavigationAction) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the action for collapsing this RefinementMenu
.
- setConfigurationPath(String) - Method in class com.endeca.infront.content.source.FileStoreFactory
-
- setContentBroker(MdexContentRequestBroker) - Method in class com.endeca.infront.cartridge.ContentSlotHandler
-
Provider of essential services to dynamic content handlers.
- setContentBroker(MdexContentRequestBroker) - Method in class com.endeca.infront.cartridge.RedirectAwareContentIncludeHandler
-
Provider of essential services to dynamic content handlers.
- setContentBytes(int) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
Sets the size of the media object in bytes.
- setContentCollection(String) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
- setContentHeight(int) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
If the media object is an image, it sets the image height.
- setContentItemInitializer(ContentItemInitializer) - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
- setContentItemInitializer(ContentItemInitializer) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
- setContentPath(String) - Method in class com.endeca.infront.cartridge.model.Action
-
Sets the path that identifies the content associated with this
Action within its containing site.
- setContentPath(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setContentPaths(List<String>) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Sets which paths will be searched for content items to be
considered for inclusion in this slot.
- setContentSlotList(List<ContentItem>) - Method in class com.endeca.infront.cartridge.ContentSlotListConfig
-
- setContentSource(ContentSource) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Sets the content source used by this handler.
- setContentSource(ContentSource) - Method in class com.endeca.infront.cartridge.ContentSlotHandler
-
- setContentSource(ContentSource) - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Sets the content source that will be used to create
Action
objects.
- setContentSrcKey(String) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
Sets the content source key that should be used to retrieve this media object.
- setContentType(String) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
Sets the content type of this MediaObject
.
- setContentUri(String) - Method in class com.endeca.infront.cartridge.ContentInclude
-
Sets the URI to retrieve content from a configured ContentSource.
- setContentWidth(int) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
If the media object is an image, it sets the image width.
- setCorrectedTerms(String) - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Sets the terms that were corrected.
- setCount(Integer) - Method in class com.endeca.infront.cartridge.model.Refinement
-
Sets the number of records that will be returned if this refinement is applied.
- setCount(Integer) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the number of records that will be returned if this refinement is applied.
- setCount(Long) - Method in class com.endeca.infront.cartridge.model.SuggestedSearch
-
Sets the number of records that will be returned if this suggested search is applied.
- setDate(Date) - Method in class com.endeca.infront.navigation.UserState
-
Sets the date; this is useful for previewing what a site looks like
on a particular date.
- setDateAsString(String) - Method in class com.endeca.infront.navigation.UserState
-
Convenience method to set the date from a String of the format
"yyyy-MM-dd'T'HH:mm"
.
- setDateParam(String) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
Sets the name of the parameter used for obtaining the date information
from the HttpServletRequest
.
- setDefault(boolean) - Method in class com.endeca.infront.navigation.model.SortOption
-
- setDefaultEncoding(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Sets the default encoding for this URL formatter.
- setDefaultFilterState(FilterState) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets a default FilterState object that will be used as
the initial FilterState in NavigationState
instances created by this NavigationStateBuilder.
- setDefaultFullAssembleOnRedirect(boolean) - Method in class com.endeca.infront.cartridge.RedirectAwareContentIncludeHandler
-
Sets the default value for the property of whether or not full assembly should be
done if a keyword redirect exists.
- setDefaultMatchMode(MatchMode) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- setDefaultRedirectCollection(String) - Method in class com.endeca.infront.cartridge.RedirectAwareContentIncludeHandler
-
Sets the default redirect collection name.
- setDefaults(ContentItem) - Method in class com.endeca.infront.cartridge.ConfigInitializer
-
Set the default configuration for a given CartridgeHandler.
- setDefaultSearchKey(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- setDefaultSiteRootPath(String) - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- setDefaultUrlENEQuery(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the detaultUrlENEQuery.
- setDescending(boolean) - Method in class com.endeca.infront.navigation.model.SortSpec
-
- setDescendingAction(SortOptionLabel) - Method in class com.endeca.infront.cartridge.model.Sort
-
- setDetailsAction(RecordAction) - Method in class com.endeca.infront.cartridge.model.Record
-
Sets the detail action of this record.
- setDidYouMeanTo(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setDimensionId(String) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Specifies the Dimension ID which identifies the Endeca Dimension to be used for this
RefinementMenu
.
- setDimensionList(List<String>) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Sets the dimensions to be used for dimension search.
- setDimensionName(String) - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
Sets the name for this dimension search group.
- setDimensionName(String) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the dimension name for this refinement bread crumb.
- setDimensionName(String) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the dimension name associated with this RefinementMenu.
- setDimensionName(String) - Method in class com.endeca.infront.navigation.model.DimensionFilter
-
- setDimensions(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setDimensionSearchGroups(List<DimensionSearchGroup>) - Method in class com.endeca.infront.cartridge.DimensionSearchResults
-
Sets the List
of dimension search groups.
- setDimensionSearchValues(List<DimensionSearchValue>) - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
Sets the list of dimensions values associated with this group.
- setDimensionValues(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setDimLocationFormatters(DimLocationFormatter[]) - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
Specifies a list of DimLocationFormatters that will be used to format the DimLocations in the UrlState.
- setDimLocationFormatters(DimLocationFormatter[]) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
Specifies a list of DimLocationFormatters that will be used to format the UrlState.
- setDimLocationList(DimLocationList) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- setDimLocationList(DimensionList) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- setDimLocationList(ERec, DimValList) - Method in interface com.endeca.soleng.urlformatter.NavStateUrlParam
-
Internal method delegated from an UrlState
.
- setDimValStringFormatter(StringFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies the StringFormatter
that is used to process the
ancestor and descriptor DimVal
names.
- setDisplayName(String) - Method in class com.endeca.infront.cartridge.model.DimensionSearchGroup
-
- setDisplayName(String) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the display name for this refinement bread crumb.
- setDisplayName(String) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the localized display name for the dimension associated with this RefinementMenu.
- setDvalId(String) - Method in class com.endeca.infront.navigation.model.DimensionFilter
-
- setEnabled(boolean) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Enables or disables the dimension search cartridge.
- setEnableRecordsPerPage(boolean) - Method in class com.endeca.infront.cartridge.ResultsListRequestParamMarshaller
-
- setEneTime(Long) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setEqlExpression(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setEqlFilter(EqlFilter) - Method in class com.endeca.infront.navigation.model.FilterState
-
Sets the EQL filter associated with this filter state.
- setEqlParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the parameter used for specifying the EQL filter.
- setERec(ERec) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Sets the associated ERec for this UrlState.
- setERecFormatter(ERecFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Sets the ERecFormatter
property, which is used to render
directory-style (path-encoded) keywords for UrlState
objects
containing an Endeca record.
- setERecParamKey(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Sets the ERecParamKey.
- setEvents(List<String>) - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
Deprecated.
As of release 11.0.
Set the event names to be recorded that are related to this class.
- setExpandAction(NavigationAction) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the action for expanding this RefinementMenu
.
- setExpression(String) - Method in class com.endeca.infront.navigation.model.EqlFilter
-
Sets the EQL expression on this filter.
- setFeaturedRecords(List<String>) - Method in class com.endeca.infront.navigation.model.FilterState
-
The List of featured records.
- setFeaturedRecordsParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the featuredRecordsParam.
- setFieldName(String) - Method in class com.endeca.infront.cartridge.model.Sort
-
- setFilterState(FilterState) - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
Sets the filter state.
- setFirstRecNum(long) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets the one-based index of the first record in the record list.
- setGeoFilter(GeoFilter) - Method in class com.endeca.infront.navigation.model.FilterState
-
The GeoFilter
- setGeoFilterCrumb(GeoFilterBreadcrumb) - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Sets the active geo filter.
- setGeoFilterParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the geoFilterParam.
- setHost(String) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setHost(String) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setHost(String) - Method in class com.endeca.infront.navigation.model.MdexResource
-
- setHttpServletRequest(HttpServletRequest) - Method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Sets the current servlet request.
- setId(String) - Method in class com.endeca.infront.navigation.model.DvalSpec
-
- setIgnoreCase(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
Specifies whether or not canonicalization ignores case.
- setIncludedParameters(List<String>) - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- setIncludePrecomputedSorts(boolean) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets if default sorts (precomputed mdex sorts) are included in the results list model
- setInnerFilter(Filter) - Method in class com.endeca.infront.navigation.model.CollectionFilter
-
- setInterpretedTerms(Map<String, Map<String, String>>) - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Sets interpreted terms.
- setIsAuthoring(boolean) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setIsAuthoring(boolean) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setKey(String) - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Sets the search key of this SearchBreadcrumb
.
- setKey(String) - Method in class com.endeca.infront.navigation.model.SearchFilter
-
- setKey(String) - Method in class com.endeca.infront.navigation.model.SortSpec
-
- setKey(Object) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies the dimension name or id used to associate a DimLocationFormatter
with a specific dimension.
- setLabel(String) - Method in class com.endeca.infront.cartridge.model.Action
-
Sets the user-visible text for the application to use when constructing
a link for this Action.
- setLabel(String) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the label that describes this breadcrumb.
- setLabel(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the user friendly label.
- setLabel(String) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the user friendly text of this refinement.
- setLabel(String) - Method in class com.endeca.infront.cartridge.model.SortOptionConfig
-
Sets the user visible label for this sort.
- setLabel(String) - Method in class com.endeca.infront.navigation.model.SortOption
-
- setLanguageId(String) - Method in class com.endeca.infront.navigation.model.FilterState
-
Sets the language ID that gets passed to the MDEX.
- setLanguageParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the parameter used for specifying the language ID
- setLastRecNum(long) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets one-based index of the last record in the records list.
- setLatitude(double) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the latitude coordinate of this GeoFilterBreadcrumb
.
- setLatitude(double) - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- setLessLink(NavigationAction) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the action for collapsing the RefinementMenu.
- setLessLinkText(String) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Sets display text for 'less' links.
- setLessLinkText(String) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
When showMoreLink and isShowMore() is true, this text is used in the creation of the 'less' link.
- setLink(Action) - Method in class com.endeca.infront.cartridge.MediaBanner
-
Sets the
Action
object used to construct the link
which fires when the media is clicked.
- setLink(LinkBuilder) - Method in class com.endeca.infront.cartridge.MediaBannerConfig
-
Sets the
LinkBuilder
object used to construct the link
which fires when the media is clicked.
- setLinkType(LinkBuilder.LinkType) - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
Sets the type of this link.
- setLocation(String) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the result of a reverse geocode lookup.
- setLongitude(double) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the longitude coordinate of this GeoFilterBreadcrumb
.
- setLongitude(double) - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- setLowerBound(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the operations lower bound.
- setMatchMode(MatchMode) - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Sets the match mode of this SearchBreadcrumb
.
- setMatchMode(MatchMode) - Method in class com.endeca.infront.navigation.model.SearchFilter
-
- setMaxNumRecords(int) - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
Sets the maximum number of records to be returned.
- setMaxNumRefinements(int) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
The maximum number of refinements which will be shown when showMore has a value of "true".
- setMaxRecordsPerPage(int) - Method in class com.endeca.infront.cartridge.ResultsListRequestParamMarshaller
-
Sets the maximum number of records per page that will be returned.
- setMaxResults(int) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Sets the maximum total number of dimension search results.
- setMaxResultsPerDimension(int) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Sets the maximum number of dimension search results returned
for each dimension.
- setMdexRequestBroker(MdexRequestBroker) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Sets the MdexRequestBroker used to construct requests.
- setMdexRequestBroker(MdexRequestBroker) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the request Broker used by this class to create record detail
queries.
- setMedia(MediaObject) - Method in class com.endeca.infront.cartridge.MediaBanner
-
Sets the media object to be displayed.
- setMedia(MediaObject) - Method in class com.endeca.infront.cartridge.MediaBannerConfig
-
Sets the media object to be displayed.
- setMediaSourceList(List<MediaSourceConfig>) - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
- setMessageTimeout(long) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setMessageTimeout(long) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setMoreLink(NavigationAction) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the action for expanding the RefinementMenu.
- setMoreLinkText(String) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Sets display text for 'more' links.
- setMoreLinkText(String) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
When showMoreLink is true, and more refinements are available than are included in the RefinementMenu,
this text is used in the link creation.
- setMultiSelect(boolean) - Method in class com.endeca.infront.cartridge.model.Refinement
-
Sets the multi select flag.
- setMultiSelect(boolean) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the multi select flag.
- setMultiSelect(boolean) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the multi-select property.
- setName(String) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the localized string for the property.
- setName(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
The localized string for the property.
- setName(String) - Method in class com.endeca.infront.navigation.model.DvalSpec
-
- setName(String) - Method in class com.endeca.infront.navigation.model.PropertyFilter
-
- setNavigation(List<RefinementMenu>) - Method in class com.endeca.infront.cartridge.NavigationContainer
-
Replaces the list of RefinementMenu items in this NavigationContainer with the
specified list.
- setNavigationFilters(List<String>) - Method in class com.endeca.infront.navigation.model.FilterState
-
The List of navigation filters (dimension value IDs).
- setNavigationFiltersParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the dimensionFiltersParam.
- setNavigationState(String) - Method in class com.endeca.infront.cartridge.model.NavigationAction
-
Sets the navigation state for this Action
.
- setNavigationState(NavigationState) - Method in class com.endeca.infront.cartridge.NavigationCartridgeHandler
-
Sets the navigation state represented by the current request.
- setNavigationState(NavigationState) - Method in class com.endeca.infront.cartridge.RedirectAwareContentIncludeHandler
-
The navigation state for this request.
- setNavigationStateBuilder(NavigationStateBuilder) - Method in class com.endeca.infront.cartridge.MediaBannerHandler
-
Sets the NavigationStateBuilder
- setNavigationStateId(String) - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- setNavState(DimLocationList) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Sets the navigation state for this UrlState
using a DimLocationList
.
- setNavState(DimensionList) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Sets the navigation state for this UrlState
using a DimensionList
.
- setNavState(ERec, DimValList) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Sets the navigation state for this UrlState
using an ERec
and a DimValList
.
- setNavStateCanonicalizer(NavStateCanonicalizer) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Specifies the canonicalizer used to sort the navigation state before
rendering an UrlState
.
- setNavStateFormatter(NavStateFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Sets the navStateFormatter
property, which is used to render
directory-style (path-encoded) keywords for UrlState
objects
containing dimensional navigation state.
- setNavStateParamKey(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Sets the NavStateParamKey.
- setNumRecords(long) - Method in class com.endeca.infront.cartridge.model.Record
-
Sets the number of aggregate records of this record.
- setNumRecords(Long) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setNumRefinements(int) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets the maximum number of refinements which will be shown when showMore has a value of "false".
- setNumRefinements(Integer) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setObjectLocator(ObjectLocator) - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- setOffset(long) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the record offset.
- setOperands(List<Filter>) - Method in class com.endeca.infront.navigation.model.ComboFilter
-
- setOperation(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the operation to be used to create the range filter.
- setOperation(RangeFilter.Operation) - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- setOriginalTerms(List<String>) - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Sets the original, unaltered search terms.
- setPagingActionTemplate(NavigationAction) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets the paging action template.
- setParam(String, String) - Method in class com.endeca.soleng.urlformatter.UrlState
-
Associates the specified value with the specified key in the underlying
parameter map.
- setParamBindings(BasicQueryBuilder.ParamBinding[]) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the parameters that, if present in the UrlState, will be set in the query.
- setParamKey(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder.ParamBinding
-
Sets the parameter key to be used by the QueryBuilder object, when it constructs
a UrlENEQuery from an UrlState.
- setParamKey(String) - Method in class com.endeca.soleng.urlformatter.seo.UrlParamEncoder
-
Sets the key of the parameter to encode.
- setPath(String) - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
Sets the path of this Link
.
- setPathKeyValueSeparator(char) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Specifies the character used to separate key/value pairs in the path
parameter section of the URL.
- setPathParamKeys(String[]) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Specifies the parameter keys that will be appended to the path,
rather than the query string, which is the default setting for any given key.
- setPathSeparatorToken(String) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Specifies the separator token that is used to separate the misc-path
section of the URL from the path parameter section.
- setPattern(String) - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
Specifies a pattern to find and replace with the replacement value.
- setPhraseSuggestionEnabled(boolean) - Method in class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
If phrase suggestion is enabled, the MDEX may suggest that the user would get
better search results by grouping 2 or more words as a phrase.
- setPort(int) - Method in class com.endeca.infront.navigation.model.MdexResource
-
- setPrecomputedSorts(List<Sort>) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets the list of precomputed sorts.
- setPrependQuestionMark(boolean) - Method in class com.endeca.soleng.urlformatter.basic.BasicUrlFormatter
-
Determines whether or not question marks will be appended to the Url.
- setPreviewEnabled(boolean) - Method in class com.endeca.infront.assembler.AssemblerSettings
-
Sets whether or not preview should be enabled.
- setPreviewModuleUrl(String) - Method in class com.endeca.infront.assembler.AssemblerSettings
-
Sets the preview module URL.
- setPrimaryType(String) - Method in class com.endeca.store.configuration.InternalNode
-
- setPrimaryType(String) - Method in interface com.endeca.store.configuration.MutableNode
-
Set the primary type of this node.
- setProfileGroups(Set<String>) - Method in class com.endeca.infront.navigation.UserState
-
Sets the set of profile groups.
- setProperties(Map<String, String>) - Method in class com.endeca.infront.cartridge.model.Ancestor
-
Sets the properties of this Ancestor
.
- setProperties(Map<String, String>) - Method in class com.endeca.infront.cartridge.model.Refinement
-
Sets the properties of this refinement
- setProperties(Map<String, String>) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the properties of this refinement.
- setProperties(Map<String, Object>) - Method in class com.endeca.store.configuration.InternalNode
-
- setProperty(String, Object) - Method in class com.endeca.store.configuration.InternalNode
-
- setProperty(String, Object) - Method in interface com.endeca.store.configuration.MutableNode
-
Set the value of the given property.
- setPropertyFormatter(StringFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
Specifies a class that implements StringFormatter to format each of the properties included in the propertyKeys.
- setPropertyKeys(String[]) - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
Specifies a list of Record Property keys that will be included in the formatted Url.
- setPropertyName(String) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the property name for this breadcrumb.
- setPropertyName(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the property name for this RangeFilterBreadcrumb
.
- setPropertyName(String) - Method in class com.endeca.infront.navigation.model.GeoFilter
-
- setPropertyName(String) - Method in class com.endeca.infront.navigation.model.RangeFilter
-
- setQueryEncoding(String) - Method in class com.endeca.soleng.urlformatter.basic.BasicQueryBuilder
-
Sets the encoding for this Query.
- setQueryString(String) - Method in class com.endeca.infront.cartridge.model.LinkBuilder
-
Sets the query string.
- setRadius(double) - Method in class com.endeca.infront.navigation.model.GeoFilter
-
sets the geo filter radius in kilometers
- setRadiusKM(double) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the geo filter radius.
- setRadiusMiles(double) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the geo filter radius.
- setRangeFilterCrumbs(List<RangeFilterBreadcrumb>) - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Sets the list of active range filters.
- setRangeFilters(List<RangeFilter>) - Method in class com.endeca.infront.navigation.model.FilterState
-
The List of range filters.
- setRangeFiltersParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the rangeFiltersParam.
- setRecord(Record) - Method in class com.endeca.infront.cartridge.RecordDetails
-
Sets the Record object.
- setRecordDetailsDimensionNames(List<String>) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the list of dimension values to be retrieved from records and
added to the navigation state on record detail pages.
- setRecordDisplayFieldName(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the name of the field that stores the record's logical name
- setRecordedEvents(List<LoggableEventConfiguration>) - Method in class com.endeca.infront.assembler.perf.config.RecordedEventsConfiguration
-
Deprecated.
As of release 11.0.
Sets the list of events to record.
- setRecordFilterParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the recordFilterParam.
- setRecordFilters(List<String>) - Method in class com.endeca.infront.navigation.model.FilterState
-
The List of record filters.
- setRecordLimit(int) - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
Sets the record limit.
- setRecordNames(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRecords(List<Record>) - Method in class com.endeca.infront.cartridge.model.Record
-
Sets the list containing the children of this record.
- setRecords(List<Record>) - Method in class com.endeca.infront.cartridge.RecordSpotlight
-
Sets the list of records.
- setRecords(List<Record>) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets the list of records.
- setRecordSelection(RecordSpotlightSelection) - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
Sets the record selection for this cartridge handler.
- setRecordSpec(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRecordSpecName(String) - Method in class com.endeca.infront.navigation.model.MdexResource
-
- setRecordSpecParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the recordSpecParam.
- setRecordsPerPage(int) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets records displayed per page.
- setRecordState(String) - Method in class com.endeca.infront.cartridge.model.RecordAction
-
Sets the record state for this Action
.
- setRecordState(RecordState) - Method in class com.endeca.infront.cartridge.RecordDetailsHandler
-
Sets the record state representing the current request.
- setRecordStateId(String) - Method in class com.endeca.infront.navigation.url.event.CanonicalLinkBuilder
-
- setRecsPerPage(long) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets records per page in the rendering code.
- setReferenceLatitude(double) - Method in class com.endeca.infront.navigation.model.GeoSortSpec
-
- setReferenceLongitude(double) - Method in class com.endeca.infront.navigation.model.GeoSortSpec
-
- setRefinementCrumbs(List<RefinementBreadcrumb>) - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Sets the list of active dimensional refinements.
- setRefinementMenuType(String) - Method in class com.endeca.infront.cartridge.NavigationContainerHandler
-
- setRefinements(List<Refinement>) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets the list of refinements.
- setRefinementsShown(Map<String, String>) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Sets the map between dimension IDs and the amount of refinements to show.
- setRefinementsShown(String) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets the amount of refinements to show.
- setRefinementsShownByDefault(String) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Sets the amount of refinements to show.
- setRelRank(String) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
- setRelRank(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
- setRelRankEffectiveMatchMode(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRelRankEffectiveSearchKey(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRelRankEffectiveSearchTerms(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRelRankKey(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the relevance ranking key to be used with the relevance ranking strategy.
- setRelRankMatchMode(MatchMode) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the relevance ranking match mode.
- setRelRankStrategy(String) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Sets the relevance ranking strategy.
- setRelRankStrategy(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the relevance ranking strategy.
- setRelRankStrategy(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRelRankTerms(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets one or more terms that will be used with the relevance ranking strategy to order the records.
- setRemoveAction(NavigationAction) - Method in class com.endeca.infront.cartridge.model.GeoFilterBreadcrumb
-
Sets the remove action of this GeoFilterBreadcrumb
.
- setRemoveAction(NavigationAction) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the NavigationAction
to remove this RangeFilterBreadcrumb
.
- setRemoveAction(NavigationAction) - Method in class com.endeca.infront.cartridge.model.RefinementBreadcrumb
-
Sets the remove action of this RefinementBreadcrumb
.
- setRemoveAction(NavigationAction) - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Sets the remove action of this SearchBreadcrumb
.
- setRemoveAllAction(NavigationAction) - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Sets the action that will clear/remove all breadcrumbs.
- setRemoveAlways(List<String>) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the list of URL parameters that will get removed "always".
- setRemoveOnClearFilterState(List<String>) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
- setRemoveOnUpdateFilterState(List<String>) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the list of URL parameters that will get removed when any method that
updates the filter state is called on NavigationState
(removeSearches, removeFilters, selectNavigationFilter, etc.)
- setReplaceAll(boolean) - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
Specifies whether or not all matching patterns will be replaced.
- setReplacement(String) - Method in class com.endeca.soleng.urlformatter.seo.RegexStringFormatter
-
Specifies the replacement value.
- setRequestMap(Map<String, String>) - Method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Sets the mapping of request parameters to ContentItem keys.
- setRequestParamMarshaller(RequestParamMarshaller) - Method in class com.endeca.infront.cartridge.ConfigInitializer
-
Set the RequestParamMarshaller that can create request-based
configuration for a given CartridgeHandler.
- setRequestType(RequestType) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setRollupKey(String) - Method in class com.endeca.infront.navigation.model.FilterState
-
If aggregate records are being used, this specifies the MDEX rollup field.
- setRootContentItem(ContentItem) - Method in class com.endeca.infront.web.tags.PageBody
-
Sets the root content item for obtaining the configuration information.
- setRootContentItem(ContentItem) - Method in class com.endeca.infront.web.tags.PageHead
-
Sets the root content item for obtaining the configuration information.
- setRootStringFormatter(StringFormatter) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies the StringFormatter
that is used to process the
root DimVal
name.
- setRuleLimit(int) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Sets the maximum number of rules that can fire for this slot.
- setSearchCrumbs(List<SearchBreadcrumb>) - Method in class com.endeca.infront.cartridge.Breadcrumbs
-
Sets the list of active search terms.
- setSearchFilters(List<SearchFilter>) - Method in class com.endeca.infront.navigation.model.FilterState
-
The List of search filters.
- setSearchFiltersKeyParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the searchFiltersKeyParam.
- setSearchFiltersMatchModeParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the searchFiltersMatchModeParam.
- setSearchFiltersParam(String) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the searchFiltersParam.
- setSearchKey(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setSearchMode(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setSearchTerms(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setSecurityFilter(String) - Method in class com.endeca.infront.navigation.model.FilterState
-
Sets a security filter, which is specified using an MDEX record filter string.
- setSeeAllLink(NavigationAction) - Method in class com.endeca.infront.cartridge.RecordSpotlight
-
- setSeeAllLinkText(String) - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
- setSelected(boolean) - Method in class com.endeca.infront.cartridge.model.SortOptionLabel
-
- setSeparator(char) - Method in class com.endeca.soleng.urlformatter.seo.SeoDimLocationFormatter
-
Specifies the separator character that is used to separate root, ancestor, and
descriptor DimVal
names.
- setSeparator(char) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
Specifies the separator character that is used to separate fully formatted
DimLocation
objects.
- setServerPort(int) - Method in class com.endeca.infront.content.source.EcrStoreFactory
-
- setServerPort(int) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setSessionId(String) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
Sets the unique identifier for a user browser session
- setShowCountsEnabled(boolean) - Method in class com.endeca.infront.cartridge.DimensionSearchResultsConfig
-
Enables or disable the calculation of record counts.
- setShowMore(boolean) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Deprecated.
As of release 3.1.1, replaced by RefinementMenuConfig.getRefinementsShown()
.
Sets whether to "show more" refinements.
When this value is false, the number of menu items generated is limited by numRefinements,
and a more link will be generated. This value is intended to be overridden by request parameters
when a "true" value is required in the link generation for the link generated when showMoreLink is "true".
- setShowMoreIds(List<String>) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
- setShowMoreLink(boolean) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Enables the generation of a "More..." link as part of the refinement menu
if there are more refinements available than the numRefinements variable and isShowMore() is true.
- setShowSeeAllLink(boolean) - Method in class com.endeca.infront.cartridge.RecordSpotlightConfig
-
- setShowWordInterp(boolean) - Method in class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
Specifies that the SearchAdjustments cartridge should populate the interpreted terms.
- setSiteRootPath(String) - Method in class com.endeca.infront.cartridge.model.Action
-
Sets the path that identifies the site root associated with this Action
.
- setSiteRootPath(String) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setSort(String) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets the sort type which governs how the returned refinements
will be ordered in the
RefinementMenu
.
- setSortByDimension(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
Specifies canonicalization to be done based on Dimension (rather than DimVal).
- setSortByName(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateCanonicalizer
-
Specifies canonicalization to be done based on the name of the dimension/dimval (rather than ID).
- setSortKeys(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setSortOption(SortOption) - Method in class com.endeca.infront.cartridge.RecordSpotlightSelection
-
- setSortOption(SortOption) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the sort option and also marks it as a default sort.
- setSortOptions(List<SortOptionLabel>) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets the list of sort options to display.
- setSortOptions(List<SortOptionConfig>) - Method in class com.endeca.infront.cartridge.ResultsListHandler
-
Returns the list of sort options to display to the end user.
- setSortRequestParameter(String) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets the requested sort as a String.
- setSorts(List<SortSpec>) - Method in class com.endeca.infront.navigation.model.SortOption
-
- setSourceName(String) - Method in class com.endeca.infront.cartridge.model.MediaSourceConfig
-
Sets the media source name.
- setSourceValue(String) - Method in class com.endeca.infront.cartridge.model.MediaSourceConfig
-
Sets the media source value.
- setSpellCorrected(boolean) - Method in class com.endeca.infront.cartridge.model.AdjustedSearch
-
Sets the spell correction flag.
- setSpellCorrected(boolean) - Method in class com.endeca.infront.cartridge.model.SuggestedSearch
-
Sets the spell correction flag.
- setSpellSuggestionEnabled(boolean) - Method in class com.endeca.infront.cartridge.SearchAdjustmentsConfig
-
If spell suggestion is enabled, the MDEX may suggest that the user would get
better search results by using an alternate spelling.
- setSpotlights(List<String>) - Method in class com.endeca.infront.navigation.event.NavigationEventWrapper
-
- setStatsEnabled(boolean) - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- setStatsPageSerializer(StatsPageTimeEventSerializer) - Method in class com.endeca.infront.cartridge.StatsPageCartridgeHandler
-
Deprecated.
As of release 11.0.
Sets the serializer used to store performance information.
- setStoreFactory(StoreFactory) - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- setStoreFactory(StoreFactory) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setStringFormatters(StringFormatter[]) - Method in class com.endeca.soleng.urlformatter.seo.StringFormatterChain
-
Specifies an array of StringFormatters to be applied.
- setSubRecordsPerAggregateRecord(SubRecordsPerAggregateRecord) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
For aggregate records, sets the number of sub records that should be included in the results.
- setSuggestedSearches(Map<String, List<SuggestedSearch>>) - Method in class com.endeca.infront.cartridge.SearchAdjustments
-
Sets the search suggestions.
- setTemplateIds(List<String>) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Sets the template IDs from which content items must have been
created in order to be considered for inclusion in this slot.
- setTemplateTypes(List<String>) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Sets the template types from which content items must have been
created in order to be considered for inclusion in this slot.
- setTerms(String) - Method in class com.endeca.infront.cartridge.model.SearchBreadcrumb
-
Sets the term of this SearchBreadcrumb
.
- setTerms(String) - Method in class com.endeca.infront.navigation.model.SearchFilter
-
- setTotalNumRecs(long) - Method in class com.endeca.infront.cartridge.ResultsList
-
Sets total number of records.
- setTotalNumResults(Integer) - Method in class com.endeca.infront.cartridge.DimensionSearchResults
-
- setType(String) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Sets the type for this content item.
- setUpperBound(String) - Method in class com.endeca.infront.cartridge.model.RangeFilterBreadcrumb
-
Sets the upper bound.
- setUri(String) - Method in class com.endeca.infront.cartridge.model.MediaObject
-
Sets the URI to get this media object.
- setUrl(String) - Method in class com.endeca.infront.cartridge.model.UrlAction
-
Sets the url for this Action
.
- setUrlFormatter(UrlFormatter) - Method in class com.endeca.infront.navigation.url.UrlNavigationStateBuilder
-
Sets the UrlFormatter associated with this class.
- setUrlParamEncoders(UrlParamEncoder[]) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Specifies the UrlParamEncoder
objects used by this SeoUrlFormatter
.
- setUseDimensionNameAsKey(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoERecFormatter
-
Specifies whether DimLocationFormatter
objects should be associated
to this formatter by dimension name or id.
- setUseDimensionNameAsKey(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoNavStateFormatter
-
Specifies whether DimLocationFormatter
objects should be associated
to this formatter by dimension name or id.
- setUseNavStateCanonicalizer(boolean) - Method in class com.endeca.soleng.urlformatter.seo.SeoUrlFormatter
-
Determines whether or not to use canonicalizers when formatting the URL.
- setUserAgent(String) - Method in class com.endeca.infront.navigation.UserState
-
Sets the user-agent; this is useful for previewing what a site looks
like with a particular user-agent.
- setUserAgentParam(String) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
Sets the name of the parameter used for obtaining the user agent information
from the HttpServletRequest
.
- setUserSegments(Set<String>) - Method in class com.endeca.infront.navigation.UserState
-
Sets the set of user segments.
- setUserSegmentsParam(String) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
Sets the name of the parameter used for obtaining the user segment information
from the HttpServletRequest
.
- setUseShowMoreIdsParam(boolean) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Deprecated.
As of release 3.1.1.
Sets whether the deprecated showMoreIds or the navigation
refinement menu config parameter should be used. If false, the showMoreIds
will be ignored and the expand and collapse action will appear in the RefinementMenu
.
- setUseShowMoreIdsParam(boolean) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Deprecated.
As of release 3.1.1.
Sets whether the deprecated showMoreIds or the navigation
refinement menu config parameter should be used. If false, the showMoreIds
will be ignored and the expand and collapse action will appear in the RefinementMenu
.
- setValue(String) - Method in class com.endeca.infront.cartridge.model.SortOptionConfig
-
Sets the value to apply this sort.
- setValue(String) - Method in class com.endeca.infront.navigation.model.PropertyFilter
-
- setWhyMatchEnabled(boolean) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets if why match debugging should be enabled.
- setWhyPrecedenceRuleFired(boolean) - Method in class com.endeca.infront.cartridge.NavigationContainerConfig
-
Sets if 'why precedence rule fired' debug information should be enabled.
- setWhyPrecedenceRuleFired(JsonAttribute) - Method in class com.endeca.infront.cartridge.RefinementMenu
-
Sets "why precedence rule fired" debug information.
- setWhyPrecedenceRuleFired(boolean) - Method in class com.endeca.infront.cartridge.RefinementMenuConfig
-
Sets if 'why precedence rule fired' debug information should be enabled.
- setWhyRankEnabled(boolean) - Method in class com.endeca.infront.cartridge.ResultsListConfig
-
Sets if why rank debugging should be enabled.
- shallowCopy() - Method in class com.endeca.infront.navigation.model.FilterState
-
Returns a shallow copy of a this FilterState object.
- SHOW_MORE - Static variable in class com.endeca.infront.cartridge.NavigationContainerRequestParamMarshaller
-
- SHOW_MORE - Static variable in class com.endeca.infront.cartridge.RefinementMenuRequestParamMarshaller
-
- size() - Method in class com.endeca.content.core.util.TreePathMap
-
- size() - Method in class com.endeca.content.core.util.TreePathSet
-
- skipPast(String) - Method in class com.endeca.serialization.json.XMLTokener
-
Skip characters until past the requested string.
- skipTo(char) - Method in class com.endeca.serialization.json.JSONTokener
-
Skip characters until the next character is the requested character.
- SLASH - Static variable in class com.endeca.serialization.json.XML
-
The Character '/'.
- SLING_RESOURCE_TYPE - Static variable in class com.endeca.content.core.ContentConstants
-
- Sort - Class in com.endeca.infront.cartridge.model
-
Represents a group of actions (both ascending and descending) to sort by a single field
- Sort() - Constructor for class com.endeca.infront.cartridge.model.Sort
-
- SORT_PARAMETER - Static variable in class com.endeca.infront.cartridge.ResultsListRequestParamMarshaller
-
Name of request parameter that sets the sort options, "Ns".
- SortOption - Class in com.endeca.infront.navigation.model
-
A specification of how a navigation results list should be sorted.
- SortOption() - Constructor for class com.endeca.infront.navigation.model.SortOption
-
- SortOption(String) - Constructor for class com.endeca.infront.navigation.model.SortOption
-
Constructor that supports a String representation.
- SortOptionConfig - Class in com.endeca.infront.cartridge.model
-
This class is the sort option configuration module for ResultList Cartridge.
- SortOptionConfig() - Constructor for class com.endeca.infront.cartridge.model.SortOptionConfig
-
Empty constructor
- SortOptionConfig(String, String) - Constructor for class com.endeca.infront.cartridge.model.SortOptionConfig
-
Constructor
- SortOptionLabel - Class in com.endeca.infront.cartridge.model
-
Represents a button or piece of text that links to an
action and appears within a group of selectable items
- SortOptionLabel() - Constructor for class com.endeca.infront.cartridge.model.SortOptionLabel
-
- SortSpec - Class in com.endeca.infront.navigation.model
-
A way of sorting a list of search/navigation results.
- SortSpec() - Constructor for class com.endeca.infront.navigation.model.SortSpec
-
- SpringAdminServlet - Class in com.endeca.infront.assembler.servlet.spring.admin
-
- SpringAdminServlet() - Constructor for class com.endeca.infront.assembler.servlet.spring.admin.SpringAdminServlet
-
- SpringAssemblerFactory - Class in com.endeca.infront.assembler.spring
-
An assembler factory implementation that uses a Spring Framework bean factory to resolve
cartridge handlers and other services.
- SpringAssemblerFactory(AssemblerSettings) - Constructor for class com.endeca.infront.assembler.spring.SpringAssemblerFactory
-
Constructor to use when configuring and instantiating instances of this
assembler from Spring.
- SpringAssemblerFactory(AssemblerSettings, List<AssemblerEventListener>) - Constructor for class com.endeca.infront.assembler.spring.SpringAssemblerFactory
-
Constructor to use when configuring and instantiating instances of this
assembler from Spring.
- SpringAssemblerFactory(AssemblerSettings, List<AssemblerEventListener>, ApplicationContext) - Constructor for class com.endeca.infront.assembler.spring.SpringAssemblerFactory
-
Convenience constructor to use when instantiating a Spring-based assembler programmatically.
- SpringAssemblerServlet - Class in com.endeca.infront.assembler.servlet.spring
-
- SpringAssemblerServlet() - Constructor for class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
- SpringPreviewLinkServlet - Class in com.endeca.infront.assembler.servlet.spring
-
- SpringPreviewLinkServlet() - Constructor for class com.endeca.infront.assembler.servlet.spring.SpringPreviewLinkServlet
-
- SpringUtility - Class in com.endeca.infront.web.spring
-
Utility for interacting with the Spring Framework.
- SpringUtility() - Constructor for class com.endeca.infront.web.spring.SpringUtility
-
- start(Class<T>, String) - Static method in class com.endeca.infront.perf.PerfUtil
-
- start(Class<T>, String, String) - Static method in class com.endeca.infront.perf.PerfUtil
-
Computes an event name by combining the name of the given class with
the given name (separated by an underscore), and then calls
PerfUtil.start(String, String)
.
- start(String) - Static method in class com.endeca.infront.perf.PerfUtil
-
- start(String, String) - Static method in class com.endeca.infront.perf.PerfUtil
-
Called to start and return a new event.
- started(Event, Map<String, Object>) - Method in interface com.endeca.infront.event.EventHandler
-
Used to indicate to the handler that a particular event has started.
- started(Event, Map<String, Object>) - Method in class com.endeca.infront.perf.EventCounter
-
Empty implementation of started()
- started(Event, Map<String, Object>) - Method in class com.endeca.infront.perf.stats.StatsCollectionHandler
-
- startEvent(Object, String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Called to start a new performance event.
A new instance representing this event is added to the stack of
timers. Adding a new event will pause the current event's timer
and start a new timer for the new event.
Please Note: A call to startEvent
MUST always include a corresponding
call to stopEvent
or undefined behavior will result.
The resulting full event name will be
obj.getClass().getName() + "_" + name
.
- startEvent(String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Called to start a new performance event.
A new instance representing this event is added to the stack of
timers. Adding a new event will pause the current event's timer
and start a new timer for the new event.
Please Note: A call to startEvent
MUST always include a corresponding
call to stopEven
t or undefined behavior will result.
- startEvent(Event) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
FOR INTERNAL ORACLE USE ONLY
- startPerformanceTiming(HttpServletRequest) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Starts performance timing on the current request/thread.
Note that this should not be called more than once per request/thread.
- StatsCollectionHandler - Class in com.endeca.infront.perf.stats
-
EventHandler
which collects performance statistics about the
Assembler and its components.
- StatsCollectionHandler() - Constructor for class com.endeca.infront.perf.stats.StatsCollectionHandler
-
- StatsMap - Class in com.endeca.infront.perf.stats
-
- StatsPageCartridgeHandler - Class in com.endeca.infront.cartridge
-
Deprecated.
As of release 11.0.
An implementation of CartridgeHandler
that provides content for the
performance stats page.
- StatsPageCartridgeHandler() - Constructor for class com.endeca.infront.cartridge.StatsPageCartridgeHandler
-
Deprecated.
- StatsPageTimeEventSerializer - Class in com.endeca.infront.assembler.perf.serializers
-
Deprecated.
As of release 11.0.
An implementation of EventSerializer
that stores information
for the performance stats page.
- StatsPageTimeEventSerializer(RecordedEventsConfiguration) - Constructor for class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
Deprecated.
As of release 11.0.
Creates a StatsPageTimeEventSerializer.
- stopEvent(Object, String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Called to stop an event that was previously started.
The current top of the timer stack is stopped and any performance events
are recorded. The next timer on the stack is resumed after this call.
Please Note: Calls to startEvent
/stopEvent
must be matched or undefined behavior will result.
The resulting full event name will be
obj.getClass().getName() + "_" + name
.
- stopEvent(String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Called to stop an event that was previously started.
The current top of the timer stack is stopped and any performance events
are recorded. The next timer on the stack is resumed after this call.
Please Note: Calls to startEvent
/stopEvent
must be matched or undefined behavior will result.
- stopEvent(Event) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
FOR INTERNAL ORACLE USE ONLY
- stopPerformanceTiming() - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
Deprecated.
As of release 11.0.
Stops performance timing on the current request/thread.
Note that this should NOT be called more than once per request/thread.
After this method is called, current timing statistics will be sent to
the currently registered serializers (registered using
AssemblerPerfUtils.addEventSerializer(EventSerializer)
).
- Store - Interface in com.endeca.store
-
The Store is a collection of
Node
objects.
- StoreFactory - Interface in com.endeca.store
-
The store factory is responsible for instantiating the Store.
- StratifySortSpec - Class in com.endeca.infront.navigation.model
-
- StratifySortSpec() - Constructor for class com.endeca.infront.navigation.model.StratifySortSpec
-
- StratifySortSpec(String) - Constructor for class com.endeca.infront.navigation.model.StratifySortSpec
-
Creates a new sort spec, given the relRank module string specified.
- StringAttribute - Class in com.endeca.infront.cartridge.model
-
Class representing single value string attributes.
- StringAttribute() - Constructor for class com.endeca.infront.cartridge.model.StringAttribute
-
- StringFormatter - Interface in com.endeca.soleng.urlformatter.seo
-
An interface for string formatting, implementations of which are
aggregated by SeoDimLocationFormatter, SeoERecFormatter, SeoAggrERecFormatter,
and StringFormatterChain.
- StringFormatterChain - Class in com.endeca.soleng.urlformatter.seo
-
A StringFormatter
that aggregates an array of StringFormatter
objects,
which it uses to apply a series of operations on a string.
- StringFormatterChain() - Constructor for class com.endeca.soleng.urlformatter.seo.StringFormatterChain
-
- stringToValue(String) - Static method in class com.endeca.serialization.json.JSONObject
-
Try to convert a string into a number, boolean, or null.
- stringToValue(String) - Static method in class com.endeca.serialization.json.XML
-
Try to convert a string into a number, boolean, or null.
- subList(int, int) - Method in class com.endeca.content.core.util.FailureList
-
- SubRecordsPerAggregateRecord - Enum in com.endeca.infront.navigation.model
-
For aggregate records, the number of sub records that should be included in results.
- succeed() - Method in interface com.endeca.infront.event.Event
-
Indicates that the event has completed successfully.
- succeed(Map<String, Object>) - Method in interface com.endeca.infront.event.Event
-
Indicates that the event has completed successfully.
- succeeded(Event, Map<String, Object>) - Method in interface com.endeca.infront.event.EventHandler
-
Used to indicate to the handler that a particular event has
finished successfully.
- succeeded(Event, Map<String, Object>) - Method in class com.endeca.infront.perf.EventCounter
-
Increments the count of events that have finished
- succeeded() - Method in class com.endeca.infront.perf.stats.EventInfo
-
- succeeded(Event, Map<String, Object>) - Method in class com.endeca.infront.perf.stats.StatsCollectionHandler
-
- SuggestedSearch - Class in com.endeca.infront.cartridge.model
-
SuggestedSearch is the model for a view of suggested search terms a.k.a, "did you mean?".
- SuggestedSearch() - Constructor for class com.endeca.infront.cartridge.model.SuggestedSearch
-
Default constructor.
- SuggestedSearch(String, String, boolean, boolean, long) - Constructor for class com.endeca.infront.cartridge.model.SuggestedSearch
-
Constructs a suggested search with the given navigation state, label, auto phrase, spell correction and count.
- SuggestedSearch(String, String, boolean, boolean) - Constructor for class com.endeca.infront.cartridge.model.SuggestedSearch
-
Constructs a suggested search with the given navigation state, label, auto phrase and spell correction.
- suspend(Event) - Method in interface com.endeca.infront.assembler.perf.Event
-
Deprecated.
- suspend(Event) - Method in class com.endeca.infront.assembler.perf.TimeEvent
-
Deprecated.
As of release 11.0.
- syntaxError(String) - Method in class com.endeca.serialization.json.JSONTokener
-
Make a JSONException to signal a syntax error.