Package | Description |
---|---|
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.navigation.url |
Contains URL-based implementations of the interfaces in
com.endeca.infront.navigation for making requests to an MDEX server. |
Modifier and Type | Method and Description |
---|---|
protected abstract NavigationStateBuilder |
AbstractPreviewLinkServlet.getNavigationStateBuilder()
A method to retrieve a
NavigationStateBuilder to use for
creating links. |
Modifier and Type | Method and Description |
---|---|
protected NavigationStateBuilder |
SpringPreviewLinkServlet.getNavigationStateBuilder()
Retrieves a
NavigationStateBuilder using the Spring Framework. |
Modifier and Type | Method and Description |
---|---|
NavigationStateBuilder |
MediaBannerHandler.getNavigationStateBuilder()
Returns the NavigationStateBuilder that will be used by
the LinkBuilder to create a navigation state and
generate links.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaBannerHandler.setNavigationStateBuilder(NavigationStateBuilder navigationStateBuilder)
Sets the NavigationStateBuilder
|
Modifier and Type | Method and Description |
---|---|
Action |
LinkBuilder.createAction(NavigationStateBuilder navigationStateBuilder,
ContentSource source,
ActionPathProvider pathProvider)
Returns an action created from the path, link type and query string
of this LinkBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlNavigationStateBuilder
An implementation of
NavigationStateBuilder that uses the
UrlFormatter . |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.