指定のセッション・スコープ内の指定のキーにバインドされた PortletSession 属性値を返します。 指定のスコープ内に属性が見つからなかった場合、この関数は null を返します。
portalLib.getPortletSessionAttr(
key STRING in,
scope SessionScopeKind)
returns (value Any)
returnValue Any;
returnValue = getPortletSessionAttr("myAttr",
SessionScopeKind.applicationScope);