org.apache.beehive.netui.databinding.datagrid.runtime.util
Class JspUtil
Object
JspUtil
public final class JspUtil
- extends Object
Method Summary |
static String |
createURL(String href,
String action,
String location,
String scope,
Map params,
JspContext jspContext)
|
static Locale |
getLocale(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 |
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 URISyntaxException
- Throws:
URISyntaxException
getLocale
public static final Locale getLocale(JspContext jspContext)