Example usage for com.liferay.portal.kernel.util SystemProperties interface-usage

List of usage examples for com.liferay.portal.kernel.util SystemProperties interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util SystemProperties interface-usage.

Usage

From source file science.platform.model.SystemPropertiesClp.java

/**
 * @author Jerry h. Seo
 */
public class SystemPropertiesClp extends BaseModelImpl<SystemProperties> implements SystemProperties {
    public SystemPropertiesClp() {
    }

From source file science.platform.model.SystemPropertiesWrapper.java

/**
 * <p>
 * This class is a wrapper for {@link SystemProperties}.
 * </p>
 *
 * @author Jerry h. Seo