Class ComponentEventDispatcher
java.lang.Object
org.apache.tapestry5.internal.services.ComponentEventDispatcher
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentEventDispatcher
(ComponentRequestHandler componentRequestHandler, ComponentEventLinkEncoder linkEncoder) -
Method Summary
-
Constructor Details
-
ComponentEventDispatcher
public ComponentEventDispatcher(ComponentRequestHandler componentRequestHandler, ComponentEventLinkEncoder linkEncoder)
-
-
Method Details
-
dispatch
Description copied from interface:Dispatcher
Analyzes the incoming request and performs an appropriate operation for each.- Specified by:
dispatch
in interfaceDispatcher
- 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:
IOException
-