org.objectweb.petals.tools.webadmin.ui.infra.session
Class AdminSession

java.lang.Object
  extended by org.objectweb.petals.tools.webadmin.ui.infra.session.AdminSession

public class AdminSession
extends java.lang.Object

Bean usually stored in the session

Author:
mcarpentier - EBM Websourcing

Field Summary
static java.lang.String JUDDI_ADMINISTRATION
           
static java.lang.String MONITORING
           
static java.lang.String PETALS_ADMINISTRATION
          bar navigation
 
Constructor Summary
AdminSession()
           
 
Method Summary
static AdminSession getAdminSession(javax.servlet.http.HttpSession iSession)
           
 ServerConfiguration getEntryServerConf()
           
 InfoBean getInfobean()
           
 java.lang.String getSelectedMenu()
           
 ServerConfiguration getStorageServerConf()
           
 WebUser getUser()
           
 void reset()
          reset session
 void setEntryServerConf(ServerConfiguration entryServerConf)
           
 void setInfobean(InfoBean infobean)
           
 void setSelectedMenu(java.lang.String selectedMenu)
           
 void setStorageServerConf(ServerConfiguration storageServerConf)
           
 void setUser(WebUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PETALS_ADMINISTRATION

public static java.lang.String PETALS_ADMINISTRATION
bar navigation


JUDDI_ADMINISTRATION

public static java.lang.String JUDDI_ADMINISTRATION

MONITORING

public static java.lang.String MONITORING
Constructor Detail

AdminSession

public AdminSession()
Method Detail

getStorageServerConf

public ServerConfiguration getStorageServerConf()

setStorageServerConf

public void setStorageServerConf(ServerConfiguration storageServerConf)

getUser

public WebUser getUser()

getAdminSession

public static AdminSession getAdminSession(javax.servlet.http.HttpSession iSession)

reset

public void reset()
reset session


setUser

public void setUser(WebUser user)

getEntryServerConf

public ServerConfiguration getEntryServerConf()

setEntryServerConf

public void setEntryServerConf(ServerConfiguration entryServerConf)

getInfobean

public InfoBean getInfobean()

setInfobean

public void setInfobean(InfoBean infobean)

getSelectedMenu

public java.lang.String getSelectedMenu()

setSelectedMenu

public void setSelectedMenu(java.lang.String selectedMenu)


Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.