append()
method: The first is {@link #appendScript(String)} which assumes that theparameter is to be inserted literally into the output.
The second is {@link #appendData(String)} (and variants for Object andprimitive types) which assumes that the parameter is a variable which should be properly converted, escaped and quoted. @author Joe Walker [joe at getahead dot ltd dot uk]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|