com.ideo.sweetdevria.page.user
Interface ISessionUserGetter
- All Known Implementing Classes:
- DefaultSessionUserGetter
public interface ISessionUserGetter
Interface giving the information of the user currently being processed.
This is used by the model manager to define whether a model already exist for the user or not
This interface has been conceived to let you display a same GUI independently from the session in use.
- Author:
- Julien Maupoux
Method Summary |
java.lang.Object |
getUser(javax.servlet.http.HttpSession session)
Get from the session the object identifying the user
Note that this object will be set as a key |
getUser
java.lang.Object getUser(javax.servlet.http.HttpSession session)
- Get from the session the object identifying the user
Note that this object will be set as a key
- Parameters:
session
- the session currently running
- Returns:
- an object permitting to identify the user
Copyright © 2010 Ideo Technologies. All Rights Reserved.