Class ComponentEventDispatcher
- java.lang.Object
- 
- org.apache.tapestry5.internal.services.ComponentEventDispatcher
 
- 
- All Implemented Interfaces:
- Dispatcher
 
 public class ComponentEventDispatcher extends java.lang.Object implements Dispatcher Processes component action events sent as requests from the client. Component events include an event type, identify a page and a component, and may provide additional context strings.- See Also:
- ComponentEventLinkEncoder
 
- 
- 
Constructor SummaryConstructors Constructor Description ComponentEventDispatcher(ComponentRequestHandler componentRequestHandler, ComponentEventLinkEncoder linkEncoder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandispatch(Request request, Response response)Analyzes the incoming request and performs an appropriate operation for each.
 
- 
- 
- 
Constructor Detail- 
ComponentEventDispatcherpublic ComponentEventDispatcher(ComponentRequestHandler componentRequestHandler, ComponentEventLinkEncoder linkEncoder) 
 
- 
 - 
Method Detail- 
dispatchpublic boolean dispatch(Request request, Response response) throws java.io.IOException Description copied from interface:DispatcherAnalyzes the incoming request and performs an appropriate operation for each.- Specified by:
- dispatchin interface- Dispatcher
- Returns:
- true if a response was delivered, false if the dispatcher did not handle the request (and a search for a handler should continue)
- Throws:
- java.io.IOException
 
 
- 
 
-