|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.HttpResponseRenderer
public abstract class HttpResponseRenderer
Pluggable interface that takes the return value from request handling methods and convert that to HTTP responses.
Nested Class Summary | |
---|---|
static class |
HttpResponseRenderer.Default
Default HttpResponseRenderer . |
Constructor Summary | |
---|---|
HttpResponseRenderer()
|
Method Summary | |
---|---|
abstract boolean |
generateResponse(StaplerRequest req,
StaplerResponse rsp,
java.lang.Object node,
java.lang.Object response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpResponseRenderer()
Method Detail |
---|
public abstract boolean generateResponse(StaplerRequest req, StaplerResponse rsp, java.lang.Object node, java.lang.Object response) throws java.io.IOException, javax.servlet.ServletException
node
- Object that handled the request.response
- The return value or the exception from the method.
HttpResponseRenderer
will be consulted.
java.io.IOException
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |