public class UserHelperBean extends Object
| Constructor and Description |
|---|
UserHelperBean() |
| Modifier and Type | Method and Description |
|---|---|
ServletRequest |
getServletRequest()
Get the current servletRequest
|
String |
getUser()
Get the current user as string
|
void |
init()
initialises the bean and sets the current user
|
void |
setServletRequest(ServletRequest servletRequest)
Set the current servletRequest
|
public void init()
public String getUser()
public void setServletRequest(ServletRequest servletRequest)
servletRequest - public ServletRequest getServletRequest()
Copyright © 2003-2014 Sakai Project. All Rights Reserved.