com.tintin.devcloud.web.util.WebUtil Class Reference
List of all members.
Static Public Member Functions |
| static User | getUser (String sessionID) throws WebApplicationException |
| | This function is used by some Resource classes to check the sessionID by retrieving the associated user.
|
| static void | checkUserSession (String sessionID) throws WebApplicationException |
| | This function is used by some Resource classes to check the validity of the user session ID.
|
Detailed Description
- Author:
- anil
Member Function Documentation
| static void com.tintin.devcloud.web.util.WebUtil.checkUserSession |
( |
String |
sessionID |
) |
throws WebApplicationException [static] |
This function is used by some Resource classes to check the validity of the user session ID.
- Parameters:
-
- Returns:
| static User com.tintin.devcloud.web.util.WebUtil.getUser |
( |
String |
sessionID |
) |
throws WebApplicationException [static] |
This function is used by some Resource classes to check the sessionID by retrieving the associated user.
- Parameters:
-
- Returns:
The documentation for this class was generated from the following file: