public class Util
extends java.lang.Object
Utilities in support of tag-handler classes.
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getContentTypeAttribute(java.lang.String input,
java.lang.String name)
Get the value associated with a content-type attribute.
|
static java.util.Enumeration |
getRequestLocales(javax.servlet.http.HttpServletRequest request)
HttpServletRequest.getLocales() returns the server's default locale
if the request did not specify a preferred language.
|
static int |
getScope(java.lang.String scope) |
static int |
getStyle(java.lang.String style,
java.lang.String errCode) |
public static int getScope(java.lang.String scope)
public static int getStyle(java.lang.String style, java.lang.String errCode) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public static java.lang.String getContentTypeAttribute(java.lang.String input, java.lang.String name)
public static java.util.Enumeration getRequestLocales(javax.servlet.http.HttpServletRequest request)
Copyright © 2014–2020. All rights reserved.