All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.simile.timeline.json.JSONRawString Maven / Gradle / Ivy

There is a newer version: 1.5-RC5.1
Show newest version
package org.wicketstuff.simile.timeline.json;
import net.sf.json.JSONFunction;

/**
 * should not be u
 * 
 * @author arnouten
 */
public class JSONRawString extends JSONFunction {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public JSONRawString(String text) {
		super(text);
	}

	@Override
	public String toString() {
		return getText();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy