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.content.source |
Contains interfaces for content sources in an Assembler Application.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ContentSource |
AbstractPreviewLinkServlet.getContentSource()
A method to retrieve a
ContentSource to use for
creating links. |
Modifier and Type | Method and Description |
---|---|
protected ContentSource |
SpringPreviewLinkServlet.getContentSource()
Retrieves an
ContentSource using the Spring Framework. |
Modifier and Type | Field and Description |
---|---|
protected ContentSource |
ContentSlotHandler.contentSource |
Modifier and Type | Method and Description |
---|---|
ContentSource |
MediaBannerHandler.getContentSource()
Returns the content source that will be used to create
Action objects. |
ContentSource |
ContentIncludeHandler.getContentSource()
Gets the content source used by this handler.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaBannerHandler.setContentSource(ContentSource contentSource)
Sets the content source that will be used to create
Action objects. |
void |
ContentSlotHandler.setContentSource(ContentSource pContentSource) |
void |
ContentIncludeHandler.setContentSource(ContentSource pContentSource)
Sets the content source used by this handler.
|
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 |
AbstractContentSource
Base implementation of the ContentSource interface.
|
class |
AuthoringContentSource
Deprecated.
|
class |
LiveContentSource
Deprecated.
|
class |
WorkbenchContentSource
The WorkbenchContentSource allows the retrieval of content from a Workbench Server.
|
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.