- AbstractAdminServlet - Class in com.endeca.infront.assembler.servlet.admin
-
The AbstractAdminServlet serves as a hook into the Assembler in order to
retrieve additional information, or act upon the Assembler's runtime
configuration.
- AbstractAdminServlet() - Constructor for class com.endeca.infront.assembler.servlet.admin.AbstractAdminServlet
-
- AbstractAssemblerServlet - Class in com.endeca.infront.assembler.servlet
-
Servlet used to invoke the
Assembler
and process its results.
- AbstractAssemblerServlet() - Constructor for class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
- AbstractCartridgeHandler - Class in com.endeca.infront.assembler
-
- AbstractCartridgeHandler() - Constructor for class com.endeca.infront.assembler.AbstractCartridgeHandler
-
- AbstractContentSource - Class in com.endeca.infront.content.source
-
Base implementation of the ContentSource interface.
- AbstractContentSource(String) - Constructor for class com.endeca.infront.content.source.AbstractContentSource
-
Deprecated.
- AbstractContentSource() - Constructor for class com.endeca.infront.content.source.AbstractContentSource
-
Constructs a content source.
- addAssemblerEventListener(AssemblerEventListener) - Method in interface com.endeca.infront.assembler.Assembler
-
Adds a listener to all activity within the context of this request.
- addDefaults(ContentItem, ContentItem) - Static method in class com.endeca.infront.cartridge.ConfigInitializer
-
Helper method for adding defaults "below" the values present in a given ContentItem.
- addEventSerializer(EventSerializer) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- addHandler(String, EventHandler) - Static method in class com.endeca.infront.perf.PerfUtil
-
Registers the given handler to receive
Event
s
with topics that match the specified pattern.
- addProfileGroups(String) - Method in class com.endeca.infront.content.UserState
-
Convenience method to add a profile groups to the currently active
set of profile groups.
- addProfileGroups(String) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
Convenience method to add a profile groups to the currently active
set of profile groups.
- addProperty(String, String) - Method in class com.endeca.infront.site.model.SiteState
-
Sets a String property in SiteState.
- addUserSegments(String) - Method in class com.endeca.infront.content.UserState
-
Convenience method to add a user segments to the currently active
set of user segments.
- addUserSegments(String) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
Convenience method to add a user segments to the currently active
set of user segments.
- ADMIN_SERVICE_BEAN_ID_PARAM - Static variable in class com.endeca.infront.assembler.servlet.spring.admin.SpringAdminServlet
-
- AdministrationOperations - Enum in com.endeca.infront.assembler.servlet.admin
-
Potential Administrative Operations supported by the Administration Service
in the Assembler.
- AdministrationService - Class in com.endeca.infront.assembler.servlet.admin
-
The Administration Service is designed to handle requests that require
communication and updates to and from Assembler services.
- AdministrationService() - Constructor for class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- all - Variable in class com.endeca.infront.assembler.perf.TimeSummary
-
Deprecated.
All the inclusive (descendant and self) time recorded
- assemble(ContentItem) - Method in interface com.endeca.infront.assembler.Assembler
-
Invokes the assembly process and returns the assembled results.
- Assembler - Interface in com.endeca.infront.assembler
-
Used to invoke a single assembly process.
- ASSEMBLER_FACTORY_ID_PARAM - Static variable in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
The servlet parameter used to specify the Spring bean ID of the
AssemblerFactory
to use.
- AssemblerEvent - Class in com.endeca.infront.assembler.event
-
Event type that transmits information about activity within the Assembler.
- AssemblerEvent(Assembler, ContentItem, CartridgeHandler<?>, Throwable) - Constructor for class com.endeca.infront.assembler.event.AssemblerEvent
-
Constructor.
- AssemblerEventAdapter - Class in com.endeca.infront.assembler.event
-
- AssemblerEventAdapter() - Constructor for class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- AssemblerEventListener - Interface in com.endeca.infront.assembler.event
-
AssemblerEventListeners are notified before and after each step of the assembly process.
- AssemblerException - Exception in com.endeca.infront.assembler
-
Indicates that an exception occurred while creating or processing an
assembler request.
- AssemblerException() - Constructor for exception com.endeca.infront.assembler.AssemblerException
-
Constructs a new AssemblerException with null as its
detail message.
- AssemblerException(String) - Constructor for exception com.endeca.infront.assembler.AssemblerException
-
Constructs a new AssemblerException with the specified
detail message.
- AssemblerException(Throwable) - Constructor for exception com.endeca.infront.assembler.AssemblerException
-
Constructs a new AssemblerException with the specified
cause and a detail message of
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
- AssemblerException(String, Throwable) - Constructor for exception com.endeca.infront.assembler.AssemblerException
-
Constructs a new AssemblerException with the specified
detail message and cause.
- AssemblerFactory - Interface in com.endeca.infront.assembler
-
Interface for assembler factory implementations.
- AssemblerPerfUtils - Class in com.endeca.infront.assembler.perf
-
- AssemblerSettings - Class in com.endeca.infront.assembler
-
- AssemblerSettings() - Constructor for class com.endeca.infront.assembler.AssemblerSettings
-
- assemblyComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- assemblyComplete(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
An assembly process has completed.
- assemblyComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
- assemblyComplete(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.request.RequestEventListener
-
- assemblyError(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- assemblyError(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
An assembly has been aborted due to an unrecoverable error.
- assemblyError(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
- assemblyStarting(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.AssemblerEventAdapter
-
- assemblyStarting(AssemblerEvent) - Method in interface com.endeca.infront.assembler.event.AssemblerEventListener
-
A new assembly is about to start.
- assemblyStarting(AssemblerEvent) - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
Initializes the
RequestEvent
for the current request and request id.
- AUDIT_CONTENTS - Static variable in class com.endeca.infront.cartridge.ContentSlotHandler
-
Key for the list of audit content items.
- AuthoringContentSource - Class in com.endeca.infront.content.source
-
Deprecated.
- AuthoringContentSource(String, String, String, int, String, String, boolean) - Constructor for class com.endeca.infront.content.source.AuthoringContentSource
-
Deprecated.
- 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
-
- closeInternalNode() - Method in class com.endeca.infront.serialization.GenericJsonSerializer
-
- closeItem() - Method in class com.endeca.infront.serialization.GenericJsonSerializer
-
- closeList() - Method in class com.endeca.infront.serialization.GenericJsonSerializer
-
- 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
-
Contains a HTTP filter to monitor requests to an Assembler-based application.
- com.endeca.infront.assembler.perf.config - package com.endeca.infront.assembler.perf.config
-
Deprecated as of release 11.0. A set of configuration beans used for configuring the Assembler Perf
monitoring system.
- com.endeca.infront.assembler.perf.serializers - package com.endeca.infront.assembler.perf.serializers
-
Deprecated as of release 11.0.
Contains serializers to be used with the Assembler performance monitoring
package.
- 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.
- com.endeca.infront.assembler.servlet.admin - package com.endeca.infront.assembler.servlet.admin
-
Provides a hook into the Assembler to perform administrative
operations at runtime.
- com.endeca.infront.assembler.servlet.spring - package com.endeca.infront.assembler.servlet.spring
-
Contains an implementation of the Assembler Servlet
powered by Spring for bean resolution.
- com.endeca.infront.assembler.servlet.spring.admin - package com.endeca.infront.assembler.servlet.spring.admin
-
Contains an implementation of the Assembler Administration Servlet powered by Spring for bean resolution.
- 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
-
Contains an interface for retrieving services without explicit injection.
- com.endeca.infront.cartridge - package com.endeca.infront.cartridge
-
Contains a set of core handlers and conguration for requesting content
from the Assembler.
- 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
-
Contains interfaces for events that are to be logged for performance statistics.
- com.endeca.infront.navigation - package com.endeca.infront.navigation
-
Deprecated as of release 11.2. Contains a class for user state information.
- com.endeca.infront.perf - package com.endeca.infront.perf
-
Contains interfaces and classes for collecting Assembler performance data.
- 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.site - package com.endeca.infront.site
-
Contains the interfaces and classes for managing site definitions.
- com.endeca.infront.site.model - package com.endeca.infront.site.model
-
Contains model objects for use in managing site definitions.
- 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.
- combineWith(EventSummary) - Method in interface com.endeca.infront.assembler.perf.EventSummary
-
- combineWith(EventSummary) - Method in class com.endeca.infront.assembler.perf.TimeSummary
-
- ConfigInitializer - Class in com.endeca.infront.cartridge
-
- ConfigInitializer() - Constructor for class com.endeca.infront.cartridge.ConfigInitializer
-
- CONTENT_ITEM_ID_PARAM - Static variable in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
The servlet parameter used to specify the content item class to use.
- CONTENT_SLOT_LIST - Static variable in class com.endeca.infront.cartridge.ContentSlotListConfig
-
- 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.
- ContentBroker - Interface in com.endeca.infront.content
-
Internal interface used by Endeca cartridge handlers used to retrieve content --
Should not be used directly outside of Endeca content cartridge handlers.
- 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
-
- ContentInclude - Class in com.endeca.infront.cartridge
-
Contains a set of parameters used to make a request for content from the
assembler.
- ContentInclude() - Constructor for class com.endeca.infront.cartridge.ContentInclude
-
This empty constructor is used if content path is expected in site state.
- 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() - Constructor for class com.endeca.infront.assembler.event.request.ContentItemAugmentAdapter
-
Constructor
- ContentItemAugmentAdapter(SessionIdProvider) - Constructor for class com.endeca.infront.assembler.event.request.ContentItemAugmentAdapter
-
- 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.
- ContentPathTranslator - Interface in com.endeca.infront.site
-
Implement this interface to translate an incoming request
to a contentPath without site context.
- 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.
- 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.
- count - Variable in class com.endeca.infront.assembler.perf.TimeSummary
-
Deprecated.
The number of invocations recorded for this summary
- 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
-
- createEvent(String) - Method in interface com.endeca.infront.assembler.perf.EventFactory
-
- createEvent(String) - Method in class com.endeca.infront.assembler.perf.TimeEventFactory
-
- createHeaderForEventSummary(StringBuilder, String) - Method in class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
- createSiteState(HttpServletRequest) - Method in class com.endeca.infront.site.SiteStateBuilder
-
Resolve a SiteState from the incoming http request.
- createUserState(HttpServletRequest) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
- generateContentItemId(ContentItem, Map<String, String>) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
Generate a unique content item id and put it in the map.
- GenericJsonSerializer - Class in com.endeca.infront.serialization
-
Serializes a given object as JSON.
- GenericJsonSerializer(Writer) - Constructor for class com.endeca.infront.serialization.GenericJsonSerializer
-
Constructor.
- GenericJsonSerializer(Writer, int) - Constructor for class com.endeca.infront.serialization.GenericJsonSerializer
-
Constructor.
- GenericJsonSerializer(Writer, int, boolean) - Constructor for class com.endeca.infront.serialization.GenericJsonSerializer
-
Constructor.
- GenericJsonSerializer.PropertyCounter - Class in com.endeca.infront.serialization
-
- get() - Method in class com.endeca.infront.perf.EventCounter
-
- getAdministrationService() - Method in class com.endeca.infront.assembler.servlet.admin.AbstractAdminServlet
-
- getAdministrationService() - Method in class com.endeca.infront.assembler.servlet.spring.admin.SpringAdminServlet
-
- getAllSites() - Method in class com.endeca.infront.site.SiteManager
-
Returns all site definitions for the applications.
- 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.WorkbenchContentSource
-
- 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
-
- getAuditContents(List<String>, List<String>, List<String>, int) - Method in interface com.endeca.infront.content.ContentBroker
-
This method is for internal Oracle use only and should never be called.
- getBooleanProperty(String, boolean) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting a boolean property value.
- getCartridgeHandler() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
Returns the cartridge handler pertinent to this event.
- getClassName() - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
- getClientPort() - Method in class com.endeca.infront.content.source.FileStoreFactory
-
Returns the client port
- getClientPort() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getContent(ContentLocator) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
- 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.
- getContentCollection() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
- getContentItem() - Method in class com.endeca.infront.assembler.event.AssemblerEvent
-
Returns the content item related to this event.
- getContentItem() - Method in class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
- getContentItem() - Method in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
- getContentItem() - Method in class com.endeca.infront.web.tags.IncludeSlot
-
Deprecated.
- getContentItem() - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
- getContentItemInitializer() - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
- getContentPath() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getContentPath() - Method in interface com.endeca.infront.content.source.ContentLocator
-
The path within the site that refers to this locator's content item.
- getContentPath(HttpServletRequest) - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
Retrieves the content path from the request examining the HttpServletRequest.getServletPath()
and HttpServletRequest.getPathInfo()
to determine the content path.
- getContentPath(HttpServletRequest) - Method in interface com.endeca.infront.site.ContentPathTranslator
-
Retrieves the content path from the request examining the HttpServletRequest.getServletPath()
and HttpServletRequest.getPathInfo()
to determine the content path.
- getContentPath() - Method in class com.endeca.infront.site.model.SiteState
-
- 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(List<String>, List<String>, List<String>, int) - Method in interface com.endeca.infront.content.ContentBroker
-
This method is for internal Oracle use only and should never be called.
- getContentPathTranslated(HttpServletRequest, SiteState) - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
Translate the incoming request if necessary to remove the site context pattern.
- getContentPathTranslated(String, HttpServletRequest, SiteState) - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
Translate the incoming request if necessary to remove the site context pattern.
- getContentPathTranslated(String, HttpServletRequest, SiteState) - Method in interface com.endeca.infront.site.ContentPathTranslator
-
Translate the incoming request if necessary to remove the site context pattern.
- getContentPathTranslated(HttpServletRequest, SiteState) - Method in interface com.endeca.infront.site.ContentPathTranslator
-
Translate the incoming request if necessary to remove the site context pattern.
- getContentPathTranslator() - Method in class com.endeca.infront.site.SiteStateBuilder
-
- getContentSlotList() - Method in class com.endeca.infront.cartridge.ContentSlotListConfig
-
- getContentSource() - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Gets the content source used by this handler.
- 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.
- getContextPath() - Method in class com.endeca.infront.web.spring.SpringUtility
-
- getDate() - Method in class com.endeca.infront.content.UserState
-
- getDate() - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
- getDateAsString() - Method in class com.endeca.infront.content.UserState
-
- getDateAsString() - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
- getDefaultServletRoot() - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
- getDefaultSite() - Method in class com.endeca.infront.site.SiteManager
-
Returns the application's default site.
- getDefaultSiteRootPath() - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- getDefaultSiteRootPath() - Method in class com.endeca.infront.site.SiteManager
-
Configure the root node for site definitions.
- getDefaultSiteStateParser() - Method in class com.endeca.infront.site.SiteStateBuilder
-
- getDisplayName() - Method in class com.endeca.infront.site.model.SiteDefinition
-
- getDynamicAttribute() - Method in class com.endeca.infront.web.tags.IncludeSlot
-
Deprecated.
- getDynamicAttribute() - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
- 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.
- getEvent() - Static method in class com.endeca.infront.assembler.event.request.RequestEventFactory
-
- getEventFactory() - Method in interface com.endeca.infront.assembler.perf.EventSerializer
-
- getEventFactory() - Method in class com.endeca.infront.assembler.perf.serializers.PerfLogTimeEventSerializer
-
Deprecated.
- getEventFactory() - Method in class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
- getEvents() - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
- getFilterStateConfiguration() - Method in class com.endeca.infront.site.model.SiteDefinition
-
This method returns site's filter state xml.
- getHost() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- 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.site.model.SiteDefinition
-
- getIntProperty(String, int) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting an int property value.
- getLongProperty(String, long) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Convenience method for getting a long property value.
- getMatchedUrlPattern() - Method in class com.endeca.infront.site.model.SiteState
-
Returns the portion of URL from the incoming request that are
matched with a pattern configured on a site.
- getMessageTimeout() - Method in class com.endeca.infront.content.source.FileStoreFactory
-
Return the message timeout value in milliseconds
- getMessageTimeout() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getPatterns() - Method in class com.endeca.infront.site.model.SiteDefinition
-
Returns a list of url patterns from the Site Definition - empty if no patterns defined
- getPreviewModuleUrl() - Method in class com.endeca.infront.assembler.AssemblerSettings
-
Returns the preview module URL, for use when preview is enabled.
- getProfileGroups() - Method in class com.endeca.infront.content.UserState
-
- getProfileGroups() - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
- getProperties() - Method in class com.endeca.infront.site.model.SiteState
-
- getProperty(String) - Method in class com.endeca.infront.site.model.SiteState
-
- getRealPath() - Method in class com.endeca.infront.web.spring.SpringUtility
-
- getRecordedEvents() - Method in class com.endeca.infront.assembler.perf.config.RecordedEventsConfiguration
-
- getRequestId() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getRequestId() - Method in interface com.endeca.infront.assembler.event.request.RequestIdProvider
-
- getRequestId() - Method in class com.endeca.infront.web.spring.SpringUtility
-
Get the current request ID.
- getRequestIdProvider() - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
- getResponseWriter() - Method in class com.endeca.infront.assembler.servlet.AbstractAssemblerServlet
-
- getResponseWriter() - Method in class com.endeca.infront.assembler.servlet.spring.SpringAssemblerServlet
-
- getRuleLimit() - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Returns the maximum number of rules that can fire for this slot.
- getSecondsSinceStart() - Method in class com.endeca.infront.perf.EventCounter
-
Returns seconds since counter was started.
- getServerPort() - Method in class com.endeca.infront.content.source.FileStoreFactory
-
Returns the workbench server port
- getServerPort() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getServletPathMap() - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
- 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
- getSessisonIdProvider() - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
- getSessisonIdProvider() - Method in class com.endeca.infront.assembler.event.request.RequestEventListener
-
- getSite(String) - Method in class com.endeca.infront.site.SiteManager
-
Returns the site definition using the site id.
- getSiteDefinition() - Method in class com.endeca.infront.site.model.SiteState
-
- getSiteDisplayName() - Method in class com.endeca.infront.site.model.SiteState
-
- getSiteId() - Method in class com.endeca.infront.site.model.SiteState
-
- getSiteId(String) - Static method in class com.endeca.infront.site.SiteUtils
-
Returns the site id given a content path of the form
- getSiteManager() - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- getSiteManager() - Method in class com.endeca.infront.site.SiteStateBuilder
-
- getSiteManager() - Method in class com.endeca.infront.site.SiteUtils
-
- getSiteRootPath() - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- getSiteRootPath() - Method in interface com.endeca.infront.content.source.ContentLocator
-
The path of the site to which this locator's content
item belongs.
- getSiteState() - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Gets the current site state.
- getSiteStateParsers() - Method in class com.endeca.infront.site.SiteStateBuilder
-
- getSiteUrl(SiteState, String) - Static method in class com.endeca.infront.site.SiteUtils
-
Converts a URL into a site-aware URL.
- getStartTime() - Method in class com.endeca.infront.perf.EventCounter
-
Returns the clock time in seconds, when counter was initialized.
- getStats() - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
Returns Assembler statistics, or null
if stats are disabled
- getStore() - Method in class com.endeca.infront.content.source.FileStoreFactory
-
- getStore() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getStoreFactory() - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- getStoreFactory() - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- getStoreFactory() - Method in class com.endeca.infront.site.SiteManager
-
- 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.
- getTopic() - Method in interface com.endeca.infront.event.Event
-
- 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.infront.site.model.SiteDefinition
-
- getUrlPattern() - Method in class com.endeca.infront.site.model.SiteDefinition
-
- getUsageCounter() - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
Retrieves Assembler usage information
- getUserAgent() - Method in class com.endeca.infront.content.UserState
-
- getUserAgent() - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
- getUserSegments() - Method in class com.endeca.infront.content.UserState
-
- getUserSegments() - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
- getUserState() - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Get the current user state
- getWorkspaceId() - Method in class com.endeca.infront.content.UserState
-
- serialize(Map<String, EventSummary>, HttpServletRequest) - Method in interface com.endeca.infront.assembler.perf.EventSerializer
-
- serialize(StringBuilder) - Method in interface com.endeca.infront.assembler.perf.EventSummary
-
- serialize(Map<String, EventSummary>, HttpServletRequest) - Method in class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
- serialize(StringBuilder) - Method in class com.endeca.infront.assembler.perf.TimeSummary
-
- SERVLET_PATH - Static variable in class com.endeca.infront.site.BasicContentPathTranslator
-
- SessionIdProvider - Interface in com.endeca.infront.assembler.event.request
-
Provides the ID for the current user session
- 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.WorkbenchContentSource
-
- 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
- setClassName(String) - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
- setClientPort(int) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setContentBroker(ContentBroker) - Method in class com.endeca.infront.cartridge.ContentSlotHandler
-
Provider of essential services to dynamic content handlers.
- setContentCollection(String) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
- setContentItem(ContentItem) - Method in class com.endeca.infront.web.tags.IncludeSlot
-
Deprecated.
- setContentItem(ContentItem) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
- setContentItemInitializer(ContentItemInitializer) - Method in class com.endeca.infront.cartridge.ContentSlotListHandler
-
- setContentPath(String) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- setContentPath(String) - Method in class com.endeca.infront.site.model.SiteState
-
- 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.
- setContentPathTranslator(ContentPathTranslator) - Method in class com.endeca.infront.site.SiteStateBuilder
-
- 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
-
- setContentUri(String) - Method in class com.endeca.infront.cartridge.ContentInclude
-
Sets the URI to retrieve content from a configured ContentSource.
- setDate(Date) - Method in class com.endeca.infront.content.UserState
-
Sets the date; this is useful for previewing what a site looks like
on a particular date.
- setDate(Date) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
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.content.UserState
-
Convenience method to set the date from a String of the format
"yyyy-MM-dd'T'HH:mm"
.
- setDateAsString(String) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
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
.
- setDefaults(ContentItem) - Method in class com.endeca.infront.cartridge.ConfigInitializer
-
Set the default configuration for a given CartridgeHandler.
- setDefaultServletRoot(String) - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
- setDefaultSiteRootPath(String) - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- setDefaultSiteRootPath(String) - Method in class com.endeca.infront.site.SiteManager
-
- setDefaultSiteStateParser(SiteStateParser) - Method in class com.endeca.infront.site.SiteStateBuilder
-
- setDynamicAttribute(String, String, Object) - Method in class com.endeca.infront.web.tags.IncludeSlot
-
Deprecated.
- setDynamicAttribute(String, String, Object) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
- setEnabled(boolean) - Method in class com.endeca.infront.site.RequestParamParser
-
- setEvents(List<String>) - Method in class com.endeca.infront.assembler.perf.config.LoggableEventConfiguration
-
- setHost(String) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setHttpServletRequest(HttpServletRequest) - Method in class com.endeca.infront.cartridge.RequestParamMarshaller
-
Sets the current servlet request.
- setInPageBody(boolean) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
Sets whether the anchors are inside the html body or not.
- setIsAuthoring(boolean) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setMatchedUrlPattern(String) - Method in class com.endeca.infront.site.model.SiteState
-
- setMessageTimeout(long) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setPageContext(PageContext) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
- 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.
- setProfileGroups(Set<String>) - Method in class com.endeca.infront.content.UserState
-
Sets the set of profile groups.
- setProfileGroups(Set<String>) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
Sets the set of profile groups.
- setProperties(Map<String, String>) - Method in class com.endeca.infront.site.model.SiteState
-
- setRecordedEvents(List<LoggableEventConfiguration>) - Method in class com.endeca.infront.assembler.perf.config.RecordedEventsConfiguration
-
- setRequestId(String) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
Sets the unique identifier for the current request
- setRequestIdProvider(RequestIdProvider) - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
Sets the current RequestIdProvider
- 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.
- setRootContentItem(ContentItem) - Method in class com.endeca.infront.web.tags.PageBody
-
Deprecated.
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.
- setRuleLimit(int) - Method in class com.endeca.infront.cartridge.ContentSlotConfig
-
Sets the maximum number of rules that can fire for this slot.
- setServerPort(int) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setServletPathMap(Map<String, String>) - Method in class com.endeca.infront.site.BasicContentPathTranslator
-
- setSessionId(String) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
Sets the unique identifier for a user browser session
- setSessionIdProvider(SessionIdProvider) - Method in class com.endeca.infront.assembler.event.request.RequestEventInitializer
-
Sets the current SessionIdProvider
- setSessionIdProvider(SessionIdProvider) - Method in class com.endeca.infront.assembler.event.request.RequestEventListener
-
Sets the current SessionIdProvider
- setSiteDisplayName(String) - Method in class com.endeca.infront.site.model.SiteState
-
- setSiteId(String) - Method in class com.endeca.infront.site.model.SiteState
-
- setSiteManager(SiteManager) - Method in class com.endeca.infront.content.source.AbstractContentSource
-
- setSiteManager(SiteManager) - Method in class com.endeca.infront.site.SiteStateBuilder
-
- setSiteManager(SiteManager) - Method in class com.endeca.infront.site.SiteUtils
-
- setSiteRootPath(String) - Method in class com.endeca.infront.assembler.event.request.RequestEvent
-
- setSiteState(SiteState) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Sets the current site state.
- setSiteStateParsers(SiteStateParser[]) - Method in class com.endeca.infront.site.SiteStateBuilder
-
- setStatsEnabled(boolean) - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- setStoreFactory(StoreFactory) - Method in class com.endeca.infront.assembler.servlet.admin.AdministrationService
-
- setStoreFactory(StoreFactory) - Method in class com.endeca.infront.content.source.WorkbenchContentSource
-
- setStoreFactory(StoreFactory) - Method in class com.endeca.infront.site.SiteManager
-
- setTag(String) - Method in class com.endeca.infront.web.tags.PreviewAnchor
-
Sets the html tag to use.
- 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.
- setType(String) - Method in class com.endeca.infront.assembler.BasicContentItem
-
Sets the type for this content item.
- setUserAgent(String) - Method in class com.endeca.infront.content.UserState
-
Sets the user-agent; this is useful for previewing what a site looks
like with a particular user-agent.
- setUserAgent(String) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
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.content.UserState
-
Sets the set of user segments.
- setUserSegments(Set<String>) - Method in class com.endeca.infront.navigation.UserState
-
Deprecated.
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
.
- setUserState(UserState) - Method in class com.endeca.infront.cartridge.ContentIncludeHandler
-
Set the current user state
- setWorkspaceId(String) - Method in class com.endeca.infront.content.UserState
-
Sets the workspace id.
- setWorkspaceIdParam(String) - Method in class com.endeca.infront.content.RequestParamUserStateBuilder
-
Sets the name of the parameter used for obtaining the workspace id information from
the HttpServletRequest
.
- SITE_NOT_FOUND - Static variable in class com.endeca.infront.site.model.SiteState
-
- SiteDefinition - Class in com.endeca.infront.site.model
-
This is a wrapper class for the site definition node.
- SiteDefinition(Node, String) - Constructor for class com.endeca.infront.site.model.SiteDefinition
-
- SITEID_PARAM_NAME - Static variable in class com.endeca.infront.site.RequestParamParser
-
- SiteManager - Class in com.endeca.infront.site
-
SiteManager provides helper methods to retrieve site definitions.
- SiteManager() - Constructor for class com.endeca.infront.site.SiteManager
-
- SiteState - Class in com.endeca.infront.site.model
-
SiteState is an object containing
the site ID,
the matched URL pattern,
the contentPath of the current request,
and any additional properties.
- SiteState() - Constructor for class com.endeca.infront.site.model.SiteState
-
Default constructor
- SiteState(String, SiteDefinition) - Constructor for class com.endeca.infront.site.model.SiteState
-
Construct a SiteState with the site ID and the site definition.
- SiteStateBuilder - Class in com.endeca.infront.site
-
This is a SiteState factory which runs through a list of
SiteStateParsers to return the current SiteState.
- SiteStateBuilder() - Constructor for class com.endeca.infront.site.SiteStateBuilder
-
- SiteStateParser - Interface in com.endeca.infront.site
-
Implement this interface for custom site state parser.
- SiteUtils - Class in com.endeca.infront.site
-
- SiteUtils() - Constructor for class com.endeca.infront.site.SiteUtils
-
- 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
-
- 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()
- startEvent(Object, String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- startEvent(String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- startEvent(Event) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- startPerformanceTiming(HttpServletRequest) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- StatsPageTimeEventSerializer - Class in com.endeca.infront.assembler.perf.serializers
-
- StatsPageTimeEventSerializer(RecordedEventsConfiguration) - Constructor for class com.endeca.infront.assembler.perf.serializers.StatsPageTimeEventSerializer
-
- stopEvent(Object, String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- stopEvent(String) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- stopEvent(Event) - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- stopPerformanceTiming() - Static method in class com.endeca.infront.assembler.perf.AssemblerPerfUtils
-
- 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
- suspend(Event) - Method in interface com.endeca.infront.assembler.perf.Event
-
Deprecated.
- suspend(Event) - Method in class com.endeca.infront.assembler.perf.TimeEvent
-