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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalRequestParameters.PreviousParameters
public PortalRequestParameters.PreviousParameters(String key,
String value)
getKey
public String getKey()
- The key for the previous parameters. This key is to be used as the
value of
PortalRequestParameters.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
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.