org.apache.beehive.netui.databinding.datagrid.util
Class JspUtil

Object
  extended by JspUtil

public class JspUtil
extends Object


Method Summary
static String createURL(String href, String action, String location, String scope, Map params, JspContext jspContext)
           
static PageContext getPageContext(JspContext jspContext)
           
static HttpServletRequest getRequest(JspContext jspContext)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRequest

public static final HttpServletRequest getRequest(JspContext jspContext)

getPageContext

public static final PageContext getPageContext(JspContext jspContext)

createURL

public static final String createURL(String href,
                                     String action,
                                     String location,
                                     String scope,
                                     Map params,
                                     JspContext jspContext)
                              throws MalformedURLException
Throws:
MalformedURLException