public final class RequestHelper extends Object
Modifier and Type | Method | Description |
---|---|---|
static User |
getCurrentUser(javax.servlet.http.HttpSession session) |
|
static Map<Integer,List<NameValuePair>> |
getListOptions(javax.servlet.http.HttpSession session) |
|
static Map<Integer,Set<PermissionType>> |
getUserPermissions(javax.servlet.http.HttpSession session) |
Returns the map of a permissions by project id.
|
public static Map<Integer,Set<PermissionType>> getUserPermissions(javax.servlet.http.HttpSession session)
public static User getCurrentUser(javax.servlet.http.HttpSession session)
public static Map<Integer,List<NameValuePair>> getListOptions(javax.servlet.http.HttpSession session)
Copyright © 2002–2019 itracker. All rights reserved.