List of usage examples for com.liferay.portal.kernel.util StringPool DOUBLE_APOSTROPHE
String DOUBLE_APOSTROPHE
To view the source code for com.liferay.portal.kernel.util StringPool DOUBLE_APOSTROPHE.
Click Source Link
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(); }