org.chorem.pollen.ui
Class PollenUIUtils

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

public class PollenUIUtils
extends Object

Usefull ui methods.

Since:
1.3
Author:
tchemit

Constructor Summary
protected PollenUIUtils()
           
 
Method Summary
static URL getApplicationBase(javax.servlet.http.HttpServletRequest request)
           
static javax.servlet.ServletContext getServletContext()
           
static void redirect(String url)
           
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)

redirect

public static void redirect(String url)
                     throws Exception
Throws:
Exception

getApplicationBase

public static URL getApplicationBase(javax.servlet.http.HttpServletRequest request)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.