Class SortControlDirContextProcessor

All Implemented Interfaces:
DirContextProcessor

public class SortControlDirContextProcessor extends AbstractFallbackRequestAndResponseControlDirContextProcessor
DirContextProcessor implementation for managing the SortControl. Note that this class is stateful, so a new instance needs to be instantiated for each new search.
  • Constructor Details

    • SortControlDirContextProcessor

      public SortControlDirContextProcessor(String sortKey)
      Constructs a new instance using the supplied sort key.
      Parameters:
      sortKey - the sort key, i.e. the attribute name to sort on.
  • Method Details