Class StringResponse

java.lang.Object
org.apache.wicket.request.Response
org.apache.wicket.response.StringResponse

public class StringResponse extends Response
Response object that writes to an AppendingStringBuffer. If the StringResponse is later converted to a String via toString(), the output which was written to the StringResponse will be returned as a String.
Author:
Jonathan Locke