org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.utils
Class PortletSessionImpUtil

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.utils.PortletSessionImpUtil

public final class PortletSessionImpUtil
extends java.lang.Object

Created by The eXo Platform SAS. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Jul 26, 2003 Time: 4:54:01 PM The attribute name may be encoded according to its scope (application or portlet) using javax.portlet.p.{ID}?attributeName (for portlet scope)


Method Summary
static java.lang.String encodePortletSessionAttribute(java.lang.String id, java.lang.String attributeName, int scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encodePortletSessionAttribute

public static java.lang.String encodePortletSessionAttribute(java.lang.String id,
                                                             java.lang.String attributeName,
                                                             int scope)
Parameters:
id - id
attributeName - attr name
scope - scope
Returns:
encoded attr name


Copyright © 2012 eXo Platform SAS. All Rights Reserved.