Class NavigationContext.WebResourceResume

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    NavigationContext

    public static final class NavigationContext.WebResourceResume
    extends Object
    implements 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 Detail

      • WebResourceResume

        public WebResourceResume​(String pageId,
                                 String channelId,
                                 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 String getPageId()
        Returns the page identifier.
        Returns:
        the page identifier.
        Since:
        7.1.0
      • getChannelId

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

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