Package | Description |
---|---|
com.endeca.infront.assembler.servlet |
Contains an interface for Workbench preview link service.
|
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 |
---|---|
protected String |
AbstractPreviewLinkServlet.getSiteIdParamForAction(NavigationAction action)
Returns the site id parameter and parameter value to append to the preview URL.
|
protected String |
AbstractPreviewLinkServlet.getUrlForAction(NavigationAction action)
Constructs and returns a URL representing the given
NavigationAction . |
Modifier and Type | Method and Description |
---|---|
NavigationAction |
RefinementMenu.getCollapseAction()
Returns the action for collapsing this
RefinementMenu . |
NavigationAction |
RefinementMenu.getExpandAction()
Returns the action for expanding this
RefinementMenu . |
NavigationAction |
RefinementMenu.getLessLink()
Returns the action for collapsing the RefinementMenu.
|
NavigationAction |
RefinementMenu.getMoreLink()
Returns the action for expanding the RefinementMenu.
|
NavigationAction |
ResultsList.getPagingActionTemplate()
Gets an action that can be modified to retrieve a page in the ResultsList.
|
NavigationAction |
Breadcrumbs.getRemoveAllAction()
Gets the action that will clear/remove all breadcrumbs.
|
NavigationAction |
RecordSpotlight.getSeeAllLink()
Returns a
NavigationAction to a page with the nav state
specified by the record selection. |
Modifier and Type | Method and Description |
---|---|
protected void |
NavigationCartridgeHandler.populateNavigationPathDefaults(NavigationAction action)
Convenience method to populate the site root path, content path and site prefix
of the given action using the configured
ActionPathProvider . |
void |
RefinementMenu.setCollapseAction(NavigationAction collapseLink)
Sets the action for collapsing this
RefinementMenu . |
void |
RefinementMenu.setExpandAction(NavigationAction expandLink)
Sets the action for expanding this
RefinementMenu . |
void |
RefinementMenu.setLessLink(NavigationAction lessLink)
Sets the action for collapsing the RefinementMenu.
|
void |
RefinementMenu.setMoreLink(NavigationAction moreLink)
Sets the action for expanding the RefinementMenu.
|
void |
ResultsList.setPagingActionTemplate(NavigationAction pagingAction)
Sets the paging action template.
|
void |
Breadcrumbs.setRemoveAllAction(NavigationAction removeAllAction)
Sets the action that will clear/remove all breadcrumbs.
|
void |
RecordSpotlight.setSeeAllLink(NavigationAction seeAllLink)
Sets the See All
NavigationAction . |
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 |
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?".
|
Modifier and Type | Method and Description |
---|---|
NavigationAction |
SearchBreadcrumb.getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
NavigationAction |
RefinementBreadcrumb.getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
NavigationAction |
RangeFilterBreadcrumb.getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
NavigationAction |
GeoFilterBreadcrumb.getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
NavigationAction |
Breadcrumb.getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchBreadcrumb.setRemoveAction(NavigationAction removeAction)
Sets the remove action of this
SearchBreadcrumb . |
void |
RefinementBreadcrumb.setRemoveAction(NavigationAction removeAction)
Sets the remove action of this
RefinementBreadcrumb . |
void |
RangeFilterBreadcrumb.setRemoveAction(NavigationAction removeAction)
Sets the
NavigationAction to remove this RangeFilterBreadcrumb . |
void |
GeoFilterBreadcrumb.setRemoveAction(NavigationAction removeAction)
Sets the remove action of this
GeoFilterBreadcrumb . |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.