Example usage for com.liferay.portal.kernel.util StringPool DOUBLE_APOSTROPHE

List of usage examples for com.liferay.portal.kernel.util StringPool DOUBLE_APOSTROPHE

Introduction

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

Prototype

String DOUBLE_APOSTROPHE

To view the source code for com.liferay.portal.kernel.util StringPool DOUBLE_APOSTROPHE.

Click Source Link

Usage

From source file:com.liferay.taglib.aui.ValidatorTagImpl.java

License:Open Source License

public String getBody() {
    if (Validator.isNull(_body)) {
        return StringPool.DOUBLE_APOSTROPHE;
    }

    return _body.trim();
}