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

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

Introduction

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

Prototype

String LAYOUT_REVISION

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

Click Source Link

Usage

From source file:com.liferay.layout.admin.web.internal.asset.LayoutRevisionAssetRenderer.java

License:Open Source License

@Override
public boolean include(HttpServletRequest request, HttpServletResponse response, String template)
        throws Exception {

    request.setAttribute(WebKeys.LAYOUT_REVISION, _layoutRevision);

    return super.include(request, response, template);
}