当前页面:
在线文档首页 >
JBoss Seam 1.0.1 API 英文版文档
Reflections (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档
org.jboss.seam.util
Class Reflections
java.lang.Object
org.jboss.seam.util.Reflections
- Direct Known Subclasses:
- Interceptor
public class Reflections
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflections
public Reflections()
invoke
public static Object invoke(Method method,
Object target,
Object... args)
throws Exception
- Throws:
Exception
invokeAndWrap
public static Object invokeAndWrap(Method method,
Object target,
Object... args)
classForName
public static Class classForName(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException