public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asCanonicalName(Type t) |
static Class |
convertType(Type t) |
static Class[] |
convertTypes(String params) |
static Class[] |
convertTypes(Type[] types) |
static boolean |
isEnvEntryType(Class type) |
static boolean |
isEnvEntryType(String desc) |
static boolean |
isServletType(Class c)
Check if the presented method belongs to a class that is one
of the classes with which a servlet container should be concerned.
|
static String |
normalizePattern(String p) |
public static boolean isServletType(Class c)
c - Servlet,
Filter,
ServletContextListener,
ServletContextAttributeListener,
ServletRequestListener,
ServletRequestAttributeListener,
HttpSessionListener,
HttpSessionAttributeListener)public static boolean isEnvEntryType(Class type)
public static boolean isEnvEntryType(String desc)
public static String asCanonicalName(Type t)
Copyright © 2013. All rights reserved.