Example usage for com.liferay.portal.kernel.util WebKeys ASSET_ADDON_ENTRY

List of usage examples for com.liferay.portal.kernel.util WebKeys ASSET_ADDON_ENTRY

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util WebKeys ASSET_ADDON_ENTRY.

Prototype

String ASSET_ADDON_ENTRY

To view the source code for com.liferay.portal.kernel.util WebKeys ASSET_ADDON_ENTRY.

Click Source Link

Usage

From source file:com.liferay.journal.content.asset.addon.entry.comments.internal.CommentsContentMetadataAssetAddonEntry.java

License:Open Source License

@Override
public void include(HttpServletRequest request, HttpServletResponse response) throws IOException {

    request.setAttribute(WebKeys.ASSET_ADDON_ENTRY, this);

    super.include(request, response);
}