Class NavigationContext.WebResourceResume

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    NavigationContext

    public static final class NavigationContext.WebResourceResume
    extends java.lang.Object
    implements java.io.Serializable
    Resume of last URL webresource.
    Since:
    7.1.0
    Version:
    $Revision: 23186 $ $Date: 2019-09-23 17:35:41 -0300 (Mon, 23 Sep 2019) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WebResourceResume​(java.lang.String pageId, java.lang.String channelId, java.lang.String lastUrl)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannelId()
      Returns the channel identifier.
      java.lang.String getLastUrl()
      Returns the last URL.
      java.lang.String getPageId()
      Returns the page identifier.
      • Methods inherited from class java.lang.Object

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

      • WebResourceResume

        public WebResourceResume​(java.lang.String pageId,
                                 java.lang.String channelId,
                                 java.lang.String lastUrl)
        Creates a new instance.
        Parameters:
        pageId - the page identifier.
        channelId - the channel identifier.
        lastUrl - the last URL.
        Since:
        7.1.0
    • Method Detail

      • getPageId

        public java.lang.String getPageId()
        Returns the page identifier.
        Returns:
        the page identifier.
        Since:
        7.1.0
      • getChannelId

        public java.lang.String getChannelId()
        Returns the channel identifier.
        Returns:
        the channel identifier.
        Since:
        7.1.0
      • getLastUrl

        public java.lang.String getLastUrl()
        Returns the last URL.
        Returns:
        the last URL.
        Since:
        7.1.0