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

Packages that use ContentLocator
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
com.endeca.infront.content.source Contains interfaces for content sources in an Assembler Application. 
 

Uses of ContentLocator in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge with parameters of type ContentLocator
protected  ContentItem RedirectAwareContentIncludeHandler.getContent(ContentLocator locator)
          Adds keyword redirect information, if a redirect was triggered.
protected  ContentItem ContentIncludeHandler.getContent(ContentLocator locator)
          A method that allows subclasses to control the content returned by the ContentIncludeHandler.preprocess(com.endeca.infront.assembler.ContentItem) method.
 

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

Methods in com.endeca.infront.content.source that return ContentLocator
 ContentLocator WorkbenchContentSource.resolveContent(javax.servlet.http.HttpServletRequest pRequest)
          Calls the resolveContent method of the content source
 ContentLocator ContentSource.resolveContent(javax.servlet.http.HttpServletRequest pRequest)
          Similar to ContentSource.resolveContent(String), but attempts to infer the content URI from the path info of the given servlet request.
 ContentLocator AbstractContentSource.resolveContent(javax.servlet.http.HttpServletRequest request)
          Attempts to resolve content based on the given request.
 ContentLocator WorkbenchContentSource.resolveContent(String pContentUri)
          Calls the resolveContent method of the content source
 ContentLocator ContentSource.resolveContent(String pContentUri)
          Returns a ContentLocator which can be used to provide information about the location of the content represented by the given URI or retrieve the actual content.
 



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