org.apache.tapestry5.internal.services
Class HttpErrorComponentEventResultProcessor
java.lang.Object
   org.apache.tapestry5.internal.services.HttpErrorComponentEventResultProcessor
org.apache.tapestry5.internal.services.HttpErrorComponentEventResultProcessor
- All Implemented Interfaces: 
- ComponentEventResultProcessor<HttpError>
- public class HttpErrorComponentEventResultProcessor 
- extends Object- implements ComponentEventResultProcessor<HttpError>
Handles HttpError by invoking Response.sendError(int, String).
- Since:
- 5.3
 
| 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 | 
 
HttpErrorComponentEventResultProcessor
public HttpErrorComponentEventResultProcessor(Response response)
processResultValue
public void processResultValue(HttpError value)
                        throws IOException
- Description copied from interface: ComponentEventResultProcessor
- For a given, non-null return value from a component event method, construct and send a response.
 
- 
- Specified by:
- processResultValuein interface- ComponentEventResultProcessor<HttpError>
 
- 
- Parameters:
- value- the value returned from a method
- Throws:
- IOException
 
Copyright © 2003-2012 The Apache Software Foundation.