public interface NodeSorter
| Modifier and Type | Method and Description |
|---|---|
Comparator<javax.jcr.Node> |
createComparator(javax.servlet.http.HttpServletRequest request)
Create a comparator to sort nodes.
|
default String |
getLabel()
Optional label to show in the UI drop-down to select a sorter.
|
String |
getName()
The name of a sorter, e.g.
|
String getName()
SortNodesOperation.RP_SORTER_NAME
request parameterdefault String getLabel()
Comparator<javax.jcr.Node> createComparator(javax.servlet.http.HttpServletRequest request)
Copyright © 2013–2021 Adobe. All rights reserved.