|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.dispatch.server.DefaultDispatch
public class DefaultDispatch
Constructor Summary | |
---|---|
DefaultDispatch(ActionHandlerRegistry handlerRegistry)
|
Method Summary | ||
---|---|---|
|
execute(A action)
Executes the specified action and returns the appropriate result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public DefaultDispatch(ActionHandlerRegistry handlerRegistry)
Method Detail |
---|
public <A extends Action<R>,R extends Result> R execute(A action) throws ActionException
Dispatch
execute
in interface Dispatch
action
- The Action
.
ActionException
- if the action execution failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |