Uses of Package
com.endeca.infront.assembler

Packages that use com.endeca.infront.assembler
com.endeca.infront.assembler Contains the core interfaces for the Assembler. 
com.endeca.infront.assembler.event The Assembler Event listening interface. 
com.endeca.infront.assembler.event.request Interface for tracking information related to individual Assembler.assemble() calls. 
com.endeca.infront.assembler.perf.serializers Contains serializers to be used with the Assembler performance monitoring 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.spring Contains implementations of the Assembler Servlet and Preview Link Servlet powered by Spring for bean resolution. 
com.endeca.infront.assembler.spring Contains an implementation of the Assembler that uses Spring for managing configuration and resolving it. 
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
com.endeca.infront.content Contains all interfaces for accessing and representing content in an Assembler Application. 
com.endeca.infront.content.source Contains interfaces for content sources in an Assembler Application. 
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.url.event   
com.endeca.infront.web.tags Contains tags to use when building an Assembler-powered application. 
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler
Assembler
          Used to invoke a single assembly process.
AssemblerException
          Indicates that an exception occurred while creating or processing an assembler request.
CartridgeHandler
          An interface for inserting custom cartridge logic into the assembler.
CartridgeHandlerException
          Indicates that an exception occurred while invoking a single cartridge handler.
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.event
Assembler
          Used to invoke a single assembly process.
CartridgeHandler
          An interface for inserting custom cartridge logic into the assembler.
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.event.request
BasicContentItem
          Convenience class to extend when implementing ContentItem
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.perf.serializers
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.servlet
AssemblerFactory
          Interface for assembler factory implementations.
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.servlet.spring
AssemblerFactory
          Interface for assembler factory implementations.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.assembler.spring
Assembler
          Used to invoke a single assembly process.
AssemblerException
          Indicates that an exception occurred while creating or processing an assembler request.
AssemblerFactory
          Interface for assembler factory implementations.
AssemblerSettings
          Used to configure an Assembler.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.cartridge
AbstractCartridgeHandler
          An abstract implementation of CartridgeHandler that provides no-op implementations of CartridgeHandler.initialize(ContentItem) and CartridgeHandler.preprocess(ContentItem).
BasicContentItem
          Convenience class to extend when implementing ContentItem
CartridgeHandler
          An interface for inserting custom cartridge logic into the assembler.
CartridgeHandlerException
          Indicates that an exception occurred while invoking a single cartridge handler.
ContentItem
          The interface that defines the data object (model) in the assembly process.
ContentItemInitializer
          An interface for initializing a ContentItem with configuration properties.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.content
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.content.source
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.navigation.event
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.navigation.url.event
ContentItem
          The interface that defines the data object (model) in the assembly process.
 

Classes in com.endeca.infront.assembler used by com.endeca.infront.web.tags
ContentItem
          The interface that defines the data object (model) in the assembly process.
 



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