Package lumis.portal

Class PortalRequestParameters.PreviousParameters

  • Enclosing class:
    PortalRequestParameters

    public static class PortalRequestParameters.PreviousParameters
    extends java.lang.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​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      The key for the previous parameters.
      java.lang.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

      • PreviousParameters

        public PreviousParameters​(java.lang.String key,
                                  java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        The value for the previous parameters.
        Returns:
        the value.
        Since:
        4.0.7