org.objectweb.petals.tools.webadmin.ui.infra.session
Class AdminSession
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AdminSession
public AdminSession()
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.