Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
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 | Method and Description |
---|---|
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(List<String> pContentPaths,
List<String> pTemplateTypes,
List<String> pTemplateIds,
int pRuleLimit)
This method is for internal Oracle use only and should never be called.
If audit is enabled, returns the audit contents. |
List<com.endeca.infront.content.support.AuditContentItem> |
MdexContentRequestBroker.getAuditContents(String pContentCollection,
int pRuleLimit)
This method is for internal Oracle use only and should never be called.
If audit is enabled, returns the audit contents. |
List<String> |
MdexContentRequestBroker.getContentPaths(List<String> pContentPaths,
List<String> pTemplateTypes,
List<String> pTemplateIds,
int pRuleLimit)
This method is for internal Oracle use only and should never be called.
Query for rule-triggered content paths given list of content paths, template types and template IDs. |
List<String> |
MdexContentRequestBroker.getContentPaths(String pContentCollection,
int pRuleLimit)
This method is for internal Oracle use only and should never be called.
Query for rule-triggered content paths from a specified content collection. |
String |
MdexContentRequestBroker.getRedirectPath()
Returns the keyword redirect path if there is one associated with the user search term
|
Modifier and Type | Method and Description |
---|---|
ContentItem |
ContentLocator.getContent()
Retrieves this locator's content item.
|
List<ContentItem> |
WorkbenchContentSource.getContent(List<String> pContentPaths)
Implementation of the getContent contract.
|
List<ContentItem> |
ContentSource.getContent(List<String> pContentPath)
This method fetches a list of content items given the paths to those items.
|
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 © 2013, Oracle and/or its affiliates. All rights reserved.