SimpleAppendCallCustomParameterpublic class SimpleAppendCallCustomParameter extends Object implements AppendCallCustomParameter
Fields Summary |
---|
protected String | str |
Constructors Summary |
---|
public SimpleAppendCallCustomParameter(String str)
this.str = str;
|
Methods Summary |
---|
public void | append(java.io.Writer writer)
writer.write(str);
|
|