Uses of Package
com.endeca.infront.navigation

Packages that use com.endeca.infront.navigation
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.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
com.endeca.infront.cartridge.model Contains model objects for use in the built-in Assembler cartridge handlers. 
com.endeca.infront.content Contains all interfaces for accessing and representing content in an Assembler Application. 
com.endeca.infront.navigation Contains classes and interfaces for making requests to an MDEX server. 
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 Contains URL-based implementations of the interfaces in com.endeca.infront.navigation for making requests to an MDEX server. 
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.assembler.servlet
NavigationStateBuilder
          A builder used by the core cartridge handlers to create NavigationState and RecordState objects.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.assembler.servlet.spring
NavigationStateBuilder
          A builder used by the core cartridge handlers to create NavigationState and RecordState objects.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.cartridge
MdexRequestBroker
          Internal class used by Endeca cartridge handlers to query the MDEX engine -- Should not be used directly outside of Endeca navigation cartridge handlers.
NavigationState
          The NavigationState interface represents a request state that consists of a FilterState and a collection of URL parameters.
NavigationStateBuilder
          A builder used by the core cartridge handlers to create NavigationState and RecordState objects.
RecordState
          The RecordState interface represents a request state that consists of a record spec and a collection of URL parameters.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.cartridge.model
NavigationStateBuilder
          A builder used by the core cartridge handlers to create NavigationState and RecordState objects.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.content
NavigationState
          The NavigationState interface represents a request state that consists of a FilterState and a collection of URL parameters.
UserState
          An object that contains user segments and date state information.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.navigation
NavigationException
          Indicates that an exception occurred while creating or processing a navigation request.
NavigationState
          The NavigationState interface represents a request state that consists of a FilterState and a collection of URL parameters.
RecordState
          The RecordState interface represents a request state that consists of a record spec and a collection of URL parameters.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.navigation.event
NavigationState
          The NavigationState interface represents a request state that consists of a FilterState and a collection of URL parameters.
 

Classes in com.endeca.infront.navigation used by com.endeca.infront.navigation.url
MdexRequestBroker
          Internal class used by Endeca cartridge handlers to query the MDEX engine -- Should not be used directly outside of Endeca navigation cartridge handlers.
NavigationException
          Indicates that an exception occurred while creating or processing a navigation request.
NavigationState
          The NavigationState interface represents a request state that consists of a FilterState and a collection of URL parameters.
NavigationStateBuilder
          A builder used by the core cartridge handlers to create NavigationState and RecordState objects.
RecordState
          The RecordState interface represents a request state that consists of a record spec and a collection of URL parameters.
 



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