Class FacetParameter


  • public class FacetParameter
    extends Object
    Representation of a parameter for selecting a particular facet category (or categories) within the faceted navigation system.
    • Field Detail

      • name

        private final String name
        The name of the facet to which this selection applies.
      • extraParameter

        private final String extraParameter
        Additional parameter information specific to the selected facet.
      • values

        private final String[] values
        The category values selected within the facet.
    • Constructor Detail

      • FacetParameter

        public FacetParameter()