/** @see PortletHelper#getSessionSharedAttribute(String) */
 public Object getSessionSharedAttribute(String name) {
   return portletHelper.getSessionSharedAttribute(name);
 }