org.apache.wicket.ajax.json
Class JsonConstants

java.lang.Object
  extended by org.apache.wicket.ajax.json.JsonConstants

public class JsonConstants
extends Object

This class is used to provide a unified constant information like exceptions

Author:
Tobias Soloschenko

Field Summary
static String OPEN_JSON_EXCEPTION
          Exception message for unsupported JSON function calls
 
Constructor Summary
JsonConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_JSON_EXCEPTION

public static final String OPEN_JSON_EXCEPTION
Exception message for unsupported JSON function calls

See Also:
Constant Field Values
Constructor Detail

JsonConstants

public JsonConstants()


Copyright © 2006–2019 Apache Software Foundation. All rights reserved.