List of usage examples for com.liferay.portal.kernel.json JSONSerializable JSONSerializable
JSONSerializable
From source file:com.liferay.alloy.mvc.jsonwebservice.BaseAlloyControllerInvokerImpl.java
License:Open Source License
protected JSONSerializable getJSONSerializable(final String content) { return new JSONSerializable() { @Override//from www . j a v a 2 s .c o m public String toJSONString() { return content; } }; }