站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

Reflections (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


org.jboss.seam.util
Class Reflections

java.lang.Object
  extended by org.jboss.seam.util.Reflections
Direct Known Subclasses:
Interceptor

public class Reflections
extends Object


Constructor Summary
Reflections()
           
 
Method Summary
static Class classForName(String name)
           
static Object invoke(Method method, Object target, Object... args)
           
static Object invokeAndWrap(Method method, Object target, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflections

public Reflections()
Method Detail

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