| Interface | Description |
|---|---|
| I_CmsHasPath |
Marker interface for objects with a path property to allow easy sorting.
|
| I_CmsHasTitle |
Marker interface for objects with a title property to allow easy sorting.
|
| I_CmsHasType |
Marker interface for objects with a type property to allow easy sorting.
|
| Class | Description |
|---|---|
| CmsComparatorPath |
Comparator for objects with a path property.
|
| CmsComparatorTitle |
Comparator for objects with a title property.
|
| CmsComparatorType |
Comparator for objects with a type property.
|