public class ConstantsBeanFactoryImpl
extends Object
implements com.liferay.portal.kernel.bean.ConstantsBeanFactory
| Modifier and Type | Field and Description |
|---|---|
protected static ConcurrentMap<Class<?>,Object> |
constantsBeans |
| Constructor and Description |
|---|
ConstantsBeanFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
createConstantsBean(Class<?> constantsClass) |
protected static byte[] |
generateConstantsBeanClassData(Class<?> constantsClass) |
protected static String |
getClassBinaryName(Class<?> clazz) |
Object |
getConstantsBean(Class<?> constantsClass) |
public Object getConstantsBean(Class<?> constantsClass)
getConstantsBean in interface com.liferay.portal.kernel.bean.ConstantsBeanFactoryprotected static Object createConstantsBean(Class<?> constantsClass)
protected static byte[] generateConstantsBeanClassData(Class<?> constantsClass)
protected static String getClassBinaryName(Class<?> clazz)