public class SetScopeHandler extends Object implements net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>
| Constructor and Description |
|---|
SetScopeHandler(com.google.inject.Provider<javax.servlet.http.HttpSession> sessionProvider) |
| Modifier and Type | Method and Description |
|---|---|
SetScopeResult |
execute(SetScope scopeAction,
net.customware.gwt.dispatch.server.ExecutionContext context) |
Class<SetScope> |
getActionType() |
void |
rollback(SetScope arg0,
SetScopeResult arg1,
net.customware.gwt.dispatch.server.ExecutionContext arg2) |
@Inject public SetScopeHandler(com.google.inject.Provider<javax.servlet.http.HttpSession> sessionProvider)
public SetScopeResult execute(SetScope scopeAction, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>net.customware.gwt.dispatch.shared.DispatchExceptionpublic Class<SetScope> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>public void rollback(SetScope arg0, SetScopeResult arg1, net.customware.gwt.dispatch.server.ExecutionContext arg2) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2014. All Rights Reserved.