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

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

Introduction

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

Prototype

String PAGE_BODY_TOP

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

Click Source Link

Usage

From source file:com.liferay.taglib.util.BodyTopTag.java

License:Open Source License

public BodyTopTag() {
    super(WebKeys.PAGE_BODY_TOP);
}