public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asCanonicalName(org.objectweb.asm.Type t) |
static java.lang.Class |
convertType(org.objectweb.asm.Type t) |
static java.lang.Class[] |
convertTypes(java.lang.String params) |
static java.lang.Class[] |
convertTypes(org.objectweb.asm.Type[] types) |
static boolean |
isEnvEntryType(java.lang.Class type) |
static boolean |
isEnvEntryType(java.lang.String desc) |
static boolean |
isServletType(java.lang.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 java.lang.String |
normalizePattern(java.lang.String p) |
public static boolean isServletType(java.lang.Class c)
c - Servlet,
Filter,
ServletContextListener,
ServletContextAttributeListener,
ServletRequestListener,
ServletRequestAttributeListener,
HttpSessionListener,
HttpSessionAttributeListener)public static boolean isEnvEntryType(java.lang.Class type)
public static boolean isEnvEntryType(java.lang.String desc)
public static java.lang.String normalizePattern(java.lang.String p)
public static java.lang.Class[] convertTypes(java.lang.String params)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Class[] convertTypes(org.objectweb.asm.Type[] types)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Class convertType(org.objectweb.asm.Type t)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String asCanonicalName(org.objectweb.asm.Type t)
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.