Class FileEncodingSetter

java.lang.Object
com.google.apphosting.runtime.FileEncodingSetter

public final class FileEncodingSetter extends Object
Set the default character encoding.

We get the default encoding from appengine-web.xml. Changing the default after the JVM has started requires reflection.

  • Method Details