Class NavigationEntry


  • public class NavigationEntry
    extends java.lang.Object
    Navigation history entry.
    • Constructor Summary

      Constructors 
      Constructor Description
      NavigationEntry​(java.lang.Integer id, java.lang.String url, java.lang.String userTypedURL, java.lang.String title, TransitionType transitionType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()
      Unique id of the navigation history entry.
      java.lang.String getTitle()
      Title of the navigation history entry.
      TransitionType getTransitionType()
      Transition type.
      java.lang.String getUrl()
      URL of the navigation history entry.
      java.lang.String getUserTypedURL()
      URL that the user typed in the url bar.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NavigationEntry

        public NavigationEntry​(java.lang.Integer id,
                               java.lang.String url,
                               java.lang.String userTypedURL,
                               java.lang.String title,
                               TransitionType transitionType)
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Unique id of the navigation history entry.
      • getUrl

        public java.lang.String getUrl()
        URL of the navigation history entry.
      • getUserTypedURL

        public java.lang.String getUserTypedURL()
        URL that the user typed in the url bar.
      • getTitle

        public java.lang.String getTitle()
        Title of the navigation history entry.
      • getTransitionType

        public TransitionType getTransitionType()
        Transition type.