| org.apache.tapestry.services.ComponentEventResultProcessor
ComponentEventResultProcessor | public interface ComponentEventResultProcessor (Code) | | Responsible for handling the return value provided by a component event handler.
< Parameters: T - > |
processComponentEvent | ActionResponseGenerator processComponentEvent(T value, Component component, String methodDescripion)(Code) | | For a given, non-null return value, provide a corresponding Link object (which will
ultimately be transformed into a URL and sent to the client as a redirect).
Parameters: value - the value returned from a method Parameters: component - the component on which a method was invoked Parameters: methodDescripion - a description of method which provided the value an object that can send the request to the client throws: RuntimeException - if the value can not be converted into a link |
|
|