com.atlassian.jira.web.bean
Class SessionBean

java.lang.Object
  extended bycom.atlassian.jira.web.bean.SessionBean

public class SessionBean
extends Object


Constructor Summary
SessionBean()
           
 
Method Summary
static Long getCurrentPageId(Map session, User remoteUser)
           
static PortalPageConfiguration getCurrentPortalPage(Map session, User remoteUser)
           
static Map getPortalPages(Map session, User remoteUser)
           
static void resetPortalConfig(Map session)
           
static void setCurrentPage(Map session, Long pageId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBean

public SessionBean()
Method Detail

getCurrentPageId

public static Long getCurrentPageId(Map session,
                                    User remoteUser)
                             throws PortletConfigurationException
Throws:
PortletConfigurationException

setCurrentPage

public static void setCurrentPage(Map session,
                                  Long pageId)

getCurrentPortalPage

public static PortalPageConfiguration getCurrentPortalPage(Map session,
                                                           User remoteUser)
                                                    throws PortletConfigurationException
Throws:
PortletConfigurationException

getPortalPages

public static Map getPortalPages(Map session,
                                 User remoteUser)
                          throws PortletConfigurationException
Throws:
PortletConfigurationException

resetPortalConfig

public static void resetPortalConfig(Map session)


Copyright © 2002-2006 Atlassian. All Rights Reserved.