Package lumis.portal

Class PortalConfiguration.SystemBean

  • Enclosing class:
    PortalConfiguration

    public static class PortalConfiguration.SystemBean
    extends java.lang.Object
    Bean used as system variable in lumisDataPath EL evaluation.
    Since:
    4.2.1
    Version:
    $Revision: 26582 $ $Date: 2024-08-20 13:23:41 -0300 (Tue, 20 Aug 2024) $
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties getProperties()
      Returns the system properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemBean

        public SystemBean()
    • Method Detail

      • getProperties

        public java.util.Properties getProperties()
        Returns the system properties.
        Returns:
        the system properties.
        Since:
        4.2.1
        See Also:
        System.getProperties()