generateResponse
public abstract boolean generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node,
Object response)
throws 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:
IOException
javax.servlet.ServletException