generateResponse
public abstract boolean generateResponse(StaplerRequest req,
StaplerResponse rsp,
java.lang.Object node,
java.lang.Object response)
throws java.io.IOException,
javax.servlet.ServletException
- Parameters:
node
- Object that handled the request.response
- The return value or the exception from the method.
- Returns:
- true if the response object was understood and rendered by this method.
false otherwise, in which case the next
HttpResponseRenderer
will be consulted.
- Throws:
java.io.IOException
javax.servlet.ServletException