Uses of Class
com.endeca.infront.content.ContentException

Packages that use ContentException
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.content.source Contains interfaces for content sources in an Assembler Application. 
 

Uses of ContentException in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that throw ContentException
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 ContentException in com.endeca.infront.cartridge.model
 

Methods in com.endeca.infront.cartridge.model that throw ContentException
 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 ContentException in com.endeca.infront.content
 

Methods in com.endeca.infront.content that throw ContentException
 UserState RequestParamUserStateBuilder.createUserState(javax.servlet.http.HttpServletRequest request)
          Returns a UserState object by parsing the information present in the HttpServletRequest.
 List<com.endeca.infront.content.support.AuditContentItem> MdexContentRequestBroker.getAuditContents(String pContentCollection)
          This method is for internal Oracle use only and should never be called.
If audit is enabled, returns the audit contents.
 List<ContentItem> MdexContentRequestBroker.getContents(String pContentCollection, int pRuleLimit)
          This method is for internal Oracle use only and should never be called.
Query for rule-triggered content from a specified content collection.
 

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

Methods in com.endeca.infront.content.source that throw ContentException
 ContentItem ContentLocator.getContent()
          Retrieves this locator's content item.
 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.