Package org.apache.wicket.response
Several response implementations.
-
Class Summary Class Description ByteArrayResponse Response used to capture output as a byte arrayLazyStringResponse Deprecated, for removal: This API element is subject to removal in a future version. In Wicket 10StringResponse
will be made lazy and this class will be removedNullResponse Response implementation that discards all output.StringResponse Response object that writes to a StringWriter.