Uses of Class
com.endeca.infront.assembler.CartridgeHandlerException

Packages that use CartridgeHandlerException
com.endeca.infront.assembler Contains the core interfaces for the Assembler. 
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
 

Uses of CartridgeHandlerException in com.endeca.infront.assembler
 

Methods in com.endeca.infront.assembler that throw CartridgeHandlerException
 T CartridgeHandler.initialize(ContentItem pContentItem)
          Called by the assembler once for each cartridge instance, immediately before CartridgeHandler.preprocess(ContentItem) is called.
 ContentItem AbstractCartridgeHandler.initialize(ContentItem pContentItem)
          This implementation simply returns the input ContentItem without modification.
 void AbstractCartridgeHandler.preprocess(ContentItem pContentItem)
          This implementation does nothing and does not modify the input ContentItem.
 void CartridgeHandler.preprocess(T pContentItem)
          Called by the assembler once for each cartridge instance in a response model.
 ContentItem CartridgeHandler.process(T pContentItem)
          Called by the assembler after the preprocess method has been called for all cartridges in a complete response model.
 

Uses of CartridgeHandlerException in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that throw CartridgeHandlerException
protected  com.endeca.infront.navigation.request.MdexRequest NavigationCartridgeHandler.createMdexRequest(FilterState pFilterState, com.endeca.infront.navigation.request.MdexQuery pMdexQuery)
           Convenience method that wraps the MdexRequestBroker.createMdexRequest(FilterState, MdexQuery) method, throwing a CartridgeHandlerException if a NavigationException is caught.
protected  com.endeca.navigation.ENEQueryResults NavigationCartridgeHandler.executeMdexRequest(com.endeca.infront.navigation.request.MdexRequest mdexRequest)
           Convenience method that wraps the MdexRequest.execute(), throwing a CartridgeHandlerException if a NavigationException is caught.
protected  ContentItem RedirectAwareContentIncludeHandler.getContent(ContentLocator locator)
          Adds keyword redirect information, if a redirect was triggered.
protected  ContentItem ContentIncludeHandler.getContent(ContentLocator locator)
          A method that allows subclasses to control the content returned by the ContentIncludeHandler.preprocess(com.endeca.infront.assembler.ContentItem) method.
 ResultsListConfig ResultsListHandler.initialize(ContentItem pContentItem)
          Creates a ResultsListConfig representing the full configuration for this cartridge.
 ConfigType NavigationCartridgeHandler.initialize(ContentItem pContentItem)
          Uses the ContentItemInitializer, if one has been set, to create the full configuration for this cartridge.
 ContentSlotListConfig ContentSlotListHandler.initialize(ContentItem pContentItem)
          Uses the ContentItemInitializer, if one has been set, to create the full configuration for this cartridge.
 void BreadcrumbsHandler.preprocess(BreadcrumbsConfig cartridgeConfig)
          Creates a breadcrumbs MDEX query.
 void NavigationCartridgeHandler.preprocess(ConfigType pContentItem)
          The default implementation does nothing.
 void ContentSlotHandler.preprocess(ContentItem pContentItem)
          Adds the List of ContentItem objects returned by the ContentManager to the input content item using the key, ContentSlotHandler.CONTENTS.
 void ContentIncludeHandler.preprocess(ContentItem pContentItem)
          Gets content from the ContentSource and stores it in the input ContentItem.
 void ContentSlotListHandler.preprocess(ContentSlotListConfig pContentItem)
          Does nothing.
 void DimensionSearchResultsHandler.preprocess(DimensionSearchResultsConfig cartridgeConfig)
          Creates a dimension search query if DimensionSearchResultsConfig.isEnabled() returns true.
 void MediaBannerHandler.preprocess(MediaBannerConfig config)
          Verifies the configuration for this handler.
 void NavigationContainerHandler.preprocess(NavigationContainerConfig pContentItem)
          Initializes the showAll fields and sets NavigationContainerHandler.mMdexRequest.
 void RecordDetailsHandler.preprocess(RecordDetailsConfig cartridgeConfig)
          Creates a record details MDEX query.
 void RecordSpotlightHandler.preprocess(RecordSpotlightConfig cartridgeConfig)
          This method ensures the configuration's recordSelection is valid (i.e.
 void RefinementMenuHandler.preprocess(RefinementMenuConfig cartridgeConfig)
          Creates a query to the MDEX for the refinements of the Dimension specified by RefinementMenuConfig.getDimensionId().
 void ResultsListHandler.preprocess(ResultsListConfig cartridgeConfig)
          Creates a record list MDEX query.
 void SearchAdjustmentsHandler.preprocess(SearchAdjustmentsConfig cartridgeConfig)
          Creates an MDEX query with spell and phrase Did You Mean enabled.
 Breadcrumbs BreadcrumbsHandler.process(BreadcrumbsConfig cartridgeConfig)
          Creates a simple Breadcrumbs model.
 ModelType NavigationCartridgeHandler.process(ConfigType pContentItem)
          The default implementation does nothing and returns null.
 ContentItem StatsPageCartridgeHandler.process(ContentItem pContentItem)
          If a StatsPageTimeEventSerializer has been set, stores performance information in the supplied ContentItem.
 ContentItem ContentSlotHandler.process(ContentItem pContentItem)
           
 ContentItem ContentIncludeHandler.process(ContentItem pContentItem)
          Returns the content obtained from the ContentSource (retrieved in ContentIncludeHandler.preprocess(com.endeca.infront.assembler.ContentItem)).
 ContentItem ContentSlotListHandler.process(ContentSlotListConfig pContentItem)
          Returns the input ContentSlotListConfig.
 DimensionSearchResults DimensionSearchResultsHandler.process(DimensionSearchResultsConfig cartridgeConfig)
          Returns a DimensionSearchResults if DimensionSearchResultsConfig.isEnabled() is true, and there is at least 1 search term in the NavigationState else returns null.
 MediaBanner MediaBannerHandler.process(MediaBannerConfig config)
          Creates a response model of the form:
 NavigationContainer NavigationContainerHandler.process(NavigationContainerConfig pContentItem)
          Builds the RefinementMenus and creates the output NavigationContainer model.
 RecordDetails RecordDetailsHandler.process(RecordDetailsConfig cartridgeConfig)
          Creates a RecordDetails model object.
 RecordSpotlight RecordSpotlightHandler.process(RecordSpotlightConfig cartridgeConfig)
          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.
 RefinementMenu RefinementMenuHandler.process(RefinementMenuConfig cartridgeConfig)
          Returns null if no dimension id is specified in the config, or if the MDEX doesn't return any refinements.
 ResultsList ResultsListHandler.process(ResultsListConfig cartridgeConfig)
          Creates a basic RecordList model.
 SearchAdjustments SearchAdjustmentsHandler.process(SearchAdjustmentsConfig cartridgeConfig)
          Always returns a SearchAdjustments object, even if no search adjustments have been suggested.
 



Copyright © 2012, Oracle and/or its affiliates. All rights reserved.