Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class StaticFieldGetter

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

public class StaticFieldGetter
extends Object


Method Summary
 Object getFieldValue(String className, String fieldName)
           
static StaticFieldGetter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static StaticFieldGetter getInstance()

getFieldValue

public Object getFieldValue(String className,
                            String fieldName)

Liferay 6.2-ce-ga5