Package lumis.portal
Class PortalRequestParameters.PreviousParameters
- java.lang.Object
-
- lumis.portal.PortalRequestParameters.PreviousParameters
-
- Enclosing class:
- PortalRequestParameters
public static class PortalRequestParameters.PreviousParameters extends Object
The previous parameters of a page.- Since:
- 4.0.7
- Version:
- $Revision: 22607 $ $Date: 2019-03-29 13:36:23 -0300 (Fri, 29 Mar 2019) $
-
-
Constructor Summary
Constructors Constructor Description PreviousParameters(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
The key for the previous parameters.String
getValue()
The value for the previous parameters.
-
-
-
Method Detail
-
getKey
public String getKey()
The key for the previous parameters. This key is to be used as the value ofPortalRequestParameters.PAGE_PARAMETER_PREVIOUS_STORAGE_ID
parameter when this previous parameters is to be used.- Returns:
- the key.
- Since:
- 4.0.7
-
getValue
public String getValue()
The value for the previous parameters.- Returns:
- the value.
- Since:
- 4.0.7
-
-