public static final class Json.RawValue extends Object implements org.apache.wicket.util.io.IClusterable
new RawValue("Value")
will produce the following JSON: {"someKey": Value}.
The user must make sure that the value is a real JavaScript object in his application.| Constructor and Description |
|---|
Json.RawValue(String value) |
Copyright © 2014. All Rights Reserved.