Liferay 6.0.4

com.liferay.portal.kernel.util
Class ReflectionUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ReflectionUtil

public class ReflectionUtil
extends Object


Constructor Summary
ReflectionUtil()
           
 
Method Summary
static Object getFieldValue(Class<?> classObj, String fieldName)
           
static Object newInstance(String className, String p1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

getFieldValue

public static Object getFieldValue(Class<?> classObj,
                                   String fieldName)

newInstance

public static Object newInstance(String className,
                                 String p1)

Liferay 6.0.4