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.
|
Modifier and Type | Method and Description |
---|---|
Action |
MediaBanner.getLink()
Returns the
Action object used to construct the link
which fires when the media is clicked. |
Modifier and Type | Method and Description |
---|---|
void |
MediaBanner.setLink(Action link)
Sets the
Action object used to construct the link
which fires when the media is clicked. |
Modifier and Type | Class and Description |
---|---|
class |
Ancestor
Represents an ancestor in a dimension hierarchy.
|
class |
DimensionSearchValue
A model class that represents a single search result
within a DimensionSearchGroup.
|
class |
NavigationAction
An Action which represents a change to the current
navigation state (e.g., selecting a refinement, performing
a search, or paging through results).
|
class |
RecordAction
An Action which represents the selection of a particular
record or aggregate record.
|
class |
Refinement
A view model that provides an action to perform dimension filtering
with information about the resulting dataset when applied.
|
class |
SortOptionLabel
Represents a button or piece of text that links to an
action and appears within a group of selectable items
|
class |
SuggestedSearch
SuggestedSearch is the model for a view of suggested search terms a.k.a, "did you mean?".
|
class |
UrlAction
An Action which involves following some arbitrary URL.
|
Modifier and Type | Method and Description |
---|---|
Action |
LinkBuilder.createAction(NavigationStateBuilder navigationStateBuilder,
ContentSource source,
ActionPathProvider pathProvider,
SiteState siteState)
Returns an action created from the path, link type and query string
of this LinkBuilder.
|
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.