If {@link #beforeRender} returns a writer, the writer will becomethe result argument. @param reqInfo the request information @param result the result returned by {@link #beforeRender}, and the rendering result of a page will be written to it. @param out the real output sent to the client. It is the writerto write the patched result to.
|
|