lumis.portal
Class PortalRequestParameters.PreviousParameters

Package class diagram package PortalRequestParameters.PreviousParameters
java.lang.Object
  extended by lumis.portal.PortalRequestParameters.PreviousParameters
Enclosing class:
PortalRequestParameters

public static class PortalRequestParameters.PreviousParameters
extends Object

The previous parameters of a page.

Since:
4.0.7

Constructor Summary
PortalRequestParameters.PreviousParameters(String key, String value)
           
 
Method Summary
 String getKey()
          The key for the previous parameters.
 String getValue()
          The value for the previous parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalRequestParameters.PreviousParameters

public PortalRequestParameters.PreviousParameters(String key,
                                                  String value)
Method Detail

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.