Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.json
Class JSONValidatorImpl

java.lang.Object
  extended by com.liferay.portal.json.JSONValidatorImpl
All Implemented Interfaces:
com.liferay.portal.kernel.json.JSONValidator

public class JSONValidatorImpl
extends Object
implements com.liferay.portal.kernel.json.JSONValidator


Constructor Summary
JSONValidatorImpl(String json)
           
 
Method Summary
 boolean isValid(String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONValidatorImpl

public JSONValidatorImpl(String json)
                  throws com.liferay.portal.kernel.json.JSONException
Throws:
com.liferay.portal.kernel.json.JSONException
Method Detail

isValid

public boolean isValid(String json)
                throws com.liferay.portal.kernel.json.JSONException
Specified by:
isValid in interface com.liferay.portal.kernel.json.JSONValidator
Throws:
com.liferay.portal.kernel.json.JSONException

Liferay 7.0-ce-b7 portal-impl