public class GetAllowedFileTypesHandler extends Object implements net.customware.gwt.dispatch.server.ActionHandler<GetAllowedFileTypes,GetAllowedFileTypesResult>
| Constructor and Description |
|---|
GetAllowedFileTypesHandler(ImportSessionManager importSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
GetAllowedFileTypesResult |
execute(GetAllowedFileTypes action,
net.customware.gwt.dispatch.server.ExecutionContext context) |
Class<GetAllowedFileTypes> |
getActionType() |
void |
rollback(GetAllowedFileTypes action,
GetAllowedFileTypesResult result,
net.customware.gwt.dispatch.server.ExecutionContext context) |
@Inject public GetAllowedFileTypesHandler(ImportSessionManager importSessionManager)
public Class<GetAllowedFileTypes> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetAllowedFileTypes,GetAllowedFileTypesResult>public GetAllowedFileTypesResult execute(GetAllowedFileTypes action, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetAllowedFileTypes,GetAllowedFileTypesResult>net.customware.gwt.dispatch.shared.DispatchExceptionpublic void rollback(GetAllowedFileTypes action, GetAllowedFileTypesResult result, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetAllowedFileTypes,GetAllowedFileTypesResult>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2015. All Rights Reserved.