public interface ClientActionHandlerRegistry
DispatchAsync
or
RestDispatch
implementation to find client-side action
handlers.Modifier and Type | Method and Description |
---|---|
<A> IndirectProvider<ClientActionHandler<?,?>> |
find(Class<A> actionClass)
Gets the client-side action handler that supports the specific action.
|
<A> IndirectProvider<ClientActionHandler<?,?>> find(Class<A> actionClass)
null
if no appropriate client-side action handler could be
found.Copyright © 2010–2014 Arcbees. All rights reserved.