com.plumtree.server
Class PT_SESSIONSTATE_OBJECTS

java.lang.Object
  extended by com.plumtree.server.PT_SESSIONSTATE_OBJECTS

public final class PT_SESSIONSTATE_OBJECTS
extends java.lang.Object

Used by IPTSession.OpenGlobalObject when PT_GLOBALOBJECTS. PT_GLOBAL_MYPORTAL is passed in. For backwards compatibility, OpenGlobalObject has to open the proper MyPortal (which may be a MyPage or a Community page.) These values are used to remember the state.

Author:
michaels
See Also:
IPTSession

Field Summary
static int PT_SESSIONSTATE_COMMUNITYID
           
static int PT_SESSIONSTATE_PAGEID
           
 
Constructor Summary
PT_SESSIONSTATE_OBJECTS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SESSIONSTATE_PAGEID

public static final int PT_SESSIONSTATE_PAGEID
See Also:
Constant Field Values

PT_SESSIONSTATE_COMMUNITYID

public static final int PT_SESSIONSTATE_COMMUNITYID
See Also:
Constant Field Values
Constructor Detail

PT_SESSIONSTATE_OBJECTS

public PT_SESSIONSTATE_OBJECTS()