Example usage for com.liferay.portal.util PropsValues RECENT_CONTENT_MAX_DISPLAY_ITEMS

List of usage examples for com.liferay.portal.util PropsValues RECENT_CONTENT_MAX_DISPLAY_ITEMS

Introduction

In this page you can find the example usage for com.liferay.portal.util PropsValues RECENT_CONTENT_MAX_DISPLAY_ITEMS.

Prototype

int RECENT_CONTENT_MAX_DISPLAY_ITEMS

To view the source code for com.liferay.portal.util PropsValues RECENT_CONTENT_MAX_DISPLAY_ITEMS.

Click Source Link

Usage

From source file:com.liferay.asset.publisher.web.util.RecentContentAssetPublisherCustomizer.java

License:Open Source License

@Override
public Integer getDelta(HttpServletRequest request) {
    return PropsValues.RECENT_CONTENT_MAX_DISPLAY_ITEMS;
}