Class ComponentEventRequestHandlerImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl
 
 
- 
- All Implemented Interfaces:
 ComponentEventRequestHandler
public class ComponentEventRequestHandlerImpl extends Object implements ComponentEventRequestHandler
 
- 
- 
Constructor Summary
Constructors Constructor Description ComponentEventRequestHandlerImpl(ComponentEventResultProcessor resultProcessor, RequestPageCache cache, Response response, PageActivator pageActivator, Environment environment) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ComponentEventRequestParameters parameters)Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL). 
 - 
 
- 
- 
Constructor Detail
- 
ComponentEventRequestHandlerImpl
public ComponentEventRequestHandlerImpl(@Traditional @Primary ComponentEventResultProcessor resultProcessor, RequestPageCache cache, Response response, PageActivator pageActivator, Environment environment)
 
 - 
 
- 
Method Detail
- 
handle
public void handle(ComponentEventRequestParameters parameters) throws IOException
Description copied from interface:ComponentEventRequestHandlerHandler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL).- Specified by:
 handlein interfaceComponentEventRequestHandler- Parameters:
 parameters- defining the requst- Throws:
 IOException
 
 - 
 
 -