Class PageViewPathBuilder

    • 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 page
    • Constructor Summary

      Constructors 
      Constructor Description
      PageViewPathBuilder​(java.lang.String path)
      Default constructor
    • 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 PageView 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 page
        See Also:
        Constant Field Values
    • Constructor Detail

      • PageViewPathBuilder

        public PageViewPathBuilder​(java.lang.String path)
        Default constructor
        Parameters:
        path - The given path.
    • Method Detail

      • formatPath

        public void formatPath​(Entry entry,
                               java.lang.StringBuffer buffer)
        Formats the path for a PageView instance.
        Overrides:
        formatPath in class PathBuilder
        Parameters:
        entry - a PageView instance
        buffer - where to write the path to