List of usage examples for com.liferay.portal.kernel.bean ConstantsBeanFactoryUtil getConstantsBean
public static Object getConstantsBean(Class<?> constantsClass)
From source file:com.liferay.alloy.mvc.BaseAlloyControllerImpl.java
License:Open Source License
protected Object getConstantsBean(Class<?> clazz) { return ConstantsBeanFactoryUtil.getConstantsBean(clazz); }