Class ResultSelectedPathBuilder


  • public class ResultSelectedPathBuilder
    extends PathBuilder
    ResultSelectedPathBuilder implements a path builder for ResultSelected instances.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String STATS_NAME
      The name of the node that contains the statistical data about a result page.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void formatPath​(Entry entry, java.lang.StringBuffer buffer)
      Formats the path for a ResultSelected instance.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STATS_NAME

        public static final java.lang.String STATS_NAME
        The name of the node that contains the statistical data about a result page.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResultSelectedPathBuilder

        public ResultSelectedPathBuilder()
        Default constructor.