org.chorem.pollen.ui
Class PollenUIUtils

java.lang.Object
  extended by org.chorem.pollen.ui.PollenUIUtils

public class PollenUIUtils
extends Object

Useful ui methods.

Since:
1.3
Author:
tchemit

Constructor Summary
protected PollenUIUtils()
           
 
Method Summary
static SecurityService.AccountIdRole getAccountIdRole(javax.servlet.ServletRequest request)
           
static javax.servlet.ServletContext getServletContext()
           
static void setAccountIdRole(javax.servlet.ServletRequest request, SecurityService.AccountIdRole accountIdRole)
           
static void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollenUIUtils

protected PollenUIUtils()
Method Detail

getServletContext

public static javax.servlet.ServletContext getServletContext()

setServletContext

public static void setServletContext(javax.servlet.ServletContext servletContext)

setAccountIdRole

public static void setAccountIdRole(javax.servlet.ServletRequest request,
                                    SecurityService.AccountIdRole accountIdRole)

getAccountIdRole

public static SecurityService.AccountIdRole getAccountIdRole(javax.servlet.ServletRequest request)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.