|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.HttpErrorComponentEventResultProcessor
public class HttpErrorComponentEventResultProcessor
Handles HttpError
by invoking Response.sendError(int, String)
.
Constructor Summary | |
---|---|
HttpErrorComponentEventResultProcessor(Response response)
|
Method Summary | |
---|---|
void |
processResultValue(HttpError value)
For a given, non-null return value from a component event method, construct and send a response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpErrorComponentEventResultProcessor(Response response)
Method Detail |
---|
public void processResultValue(HttpError value) throws java.io.IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<HttpError>
value
- the value returned from a method
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |