Class Util

    • Constructor Detail

      • Util

        public Util()
        Deprecated.
    • Method Detail

      • isServletType

        public static boolean isServletType​(Class c)
        Deprecated.
        Check if the presented method belongs to a class that is one of the classes with which a servlet container should be concerned.
        Parameters:
        c - the class
        Returns:
        true if class is a type of one of the following: (Servlet, Filter, ServletContextListener, ServletContextAttributeListener, ServletRequestListener, ServletRequestAttributeListener, HttpSessionListener, HttpSessionAttributeListener)
      • supportsResourceInjection

        public static boolean supportsResourceInjection​(Class c)
        Deprecated.
      • supportsPostConstructPreDestroy

        public static boolean supportsPostConstructPreDestroy​(Class c)
        Deprecated.
      • isEnvEntryType

        public static boolean isEnvEntryType​(Class type)
        Deprecated.
      • isEnvEntryType

        public static boolean isEnvEntryType​(String desc)
        Deprecated.
      • normalizePattern

        public static String normalizePattern​(String p)
        Deprecated.
      • convertTypes

        public static Class[] convertTypes​(org.objectweb.asm.Type[] types)
                                    throws Exception
        Deprecated.
        Throws:
        Exception
      • convertType

        public static Class convertType​(org.objectweb.asm.Type t)
                                 throws Exception
        Deprecated.
        Throws:
        Exception
      • asCanonicalName

        public static String asCanonicalName​(org.objectweb.asm.Type t)
        Deprecated.