Uses of Interface
com.endeca.infront.content.source.ContentSource

Packages that use ContentSource
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. 
 

Uses of ContentSource in com.endeca.infront.assembler.servlet
 

Methods in com.endeca.infront.assembler.servlet that return ContentSource
protected abstract  ContentSource AbstractPreviewLinkServlet.getContentSource()
          A method to retrieve a ContentSource to use for creating links.
 

Uses of ContentSource in com.endeca.infront.assembler.servlet.spring
 

Methods in com.endeca.infront.assembler.servlet.spring that return ContentSource
protected  ContentSource SpringPreviewLinkServlet.getContentSource()
          Retrieves an ContentSource using the Spring Framework.
 

Uses of ContentSource in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that return ContentSource
 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.
 

Methods in com.endeca.infront.cartridge with parameters of type ContentSource
 void MediaBannerHandler.setContentSource(ContentSource contentSource)
          Sets the content source that will be used to create Action objects.
 void ContentIncludeHandler.setContentSource(ContentSource pContentSource)
          Sets the content source used by this handler.
 

Uses of ContentSource in com.endeca.infront.cartridge.model
 

Methods in com.endeca.infront.cartridge.model with parameters of type ContentSource
 Action LinkBuilder.createAction(NavigationStateBuilder navigationStateBuilder, ContentSource source, ActionPathProvider pathProvider)
          Returns an action created from the path, link type and query string of this LinkBuilder.
 

Uses of ContentSource in com.endeca.infront.content.source
 

Classes in com.endeca.infront.content.source that implement ContentSource
 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 © 2012, Oracle and/or its affiliates. All rights reserved.