|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentException | |
---|---|
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.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(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(HttpServletRequest pRequest)
Calls the resolveContent method of the content source |
ContentLocator |
ContentSource.resolveContent(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(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 |
LiveContentSource.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. |
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. |
ContentLocator |
AuthoringContentSource.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |