Example usage for com.liferay.portal.kernel.bean ConstantsBeanFactoryUtil getConstantsBean

List of usage examples for com.liferay.portal.kernel.bean ConstantsBeanFactoryUtil getConstantsBean

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.bean ConstantsBeanFactoryUtil getConstantsBean.

Prototype

public static Object getConstantsBean(Class<?> constantsClass) 

Source Link

Usage

From source file:com.liferay.alloy.mvc.BaseAlloyControllerImpl.java

License:Open Source License

protected Object getConstantsBean(Class<?> clazz) {
    return ConstantsBeanFactoryUtil.getConstantsBean(clazz);
}