org.eclipse.jetty.annotations
Class Util

java.lang.Object
  extended by org.eclipse.jetty.annotations.Util

public class Util
extends Object

Util


Constructor Summary
Util()
           
 
Method Summary
static Class convertType(org.objectweb.asm.Type t)
           
static Class[] convertTypes(String params)
           
static Class[] convertTypes(org.objectweb.asm.Type[] types)
           
static boolean isEnvEntryType(Class type)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

isServletType

public 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.

Parameters:
m -
Returns:

isEnvEntryType

public static boolean isEnvEntryType(Class type)

normalizePattern

public static String normalizePattern(String p)

convertTypes

public static Class[] convertTypes(String params)
                            throws Exception
Throws:
Exception

convertTypes

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

convertType

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


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.