org.itracker.web.util
Class RequestHelper

java.lang.Object
  extended by org.itracker.web.util.RequestHelper

public final class RequestHelper
extends Object

Helper class with utility methods to help with request handling in Action or JSP pages.

Author:
johnny

Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserPermissions

public static Map<Integer,Set<PermissionType>> getUserPermissions(javax.servlet.http.HttpSession session)
Returns the map of a permissions by project id.


getCurrentUser

public static User getCurrentUser(javax.servlet.http.HttpSession session)

getListOptions

public static Map<Integer,List<NameValuePair>> getListOptions(javax.servlet.http.HttpSession session)


Copyright © 2002-2012 itracker. All Rights Reserved.