Package lumis.portal.presentation
Class NavigationContext.WebResourceResume
- java.lang.Object
-
- lumis.portal.presentation.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 Summary
Constructors Constructor Description WebResourceResume(String pageId, String channelId, String lastUrl)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannelId()
Returns the channel identifier.String
getLastUrl()
Returns the last URL.String
getPageId()
Returns the page identifier.
-
-
-
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
-
-