public abstract class DropZonePreprocess extends NewTxAction
CLIENT_TASK_ERROR, CLIENT_TASK_ERROR_KEY, CLIENT_TASK_NOTICE_KEY, CLIENT_TASK_WARNING_KEY, GLOBAL_ERROR_KEY, INFORMATION_ERROR| Constructor and Description |
|---|
DropZonePreprocess() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.technia.tvc.struts.action.ActionForward |
execute(com.technia.tvc.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DropZoneHandler handler,
TableBean<?> table,
long dataId,
int colIndex,
Cell cell,
java.lang.String[] fileNames) |
com.technia.tvc.struts.action.ActionForward |
execute(TxContext txc,
com.technia.tvc.struts.action.ActionMapping mapping,
com.technia.tvc.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Override this method in subclasses to make use of the transaction
context.
|
executeImpl, getMonitor, getOriginContext, handleClientTasks, handleException, handleLogin, handleTransactionEndFailure, ignoreClientTasksaddError, addError, addErrors, addGlobalError, addGlobalError, addInformationError, asActionError, asActionErrors, copy, debugRequest, execute, findErrorForward, findForwardOrTargetPage, perform, perform, saveError, saveError, saveGlobalError, saveGlobalError, saveInformationError, setLocaleaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setServletpublic final com.technia.tvc.struts.action.ActionForward execute(TxContext txc, com.technia.tvc.struts.action.ActionMapping mapping, com.technia.tvc.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
NewTxActionTxManager.getLocalTxContext().execute in class NewTxActiontxc - The transaction context.mapping - The action mappings.form - The action form.request - The HTTP request.response - The HTTP response.java.lang.Exception - If an error occurs.protected abstract com.technia.tvc.struts.action.ActionForward execute(com.technia.tvc.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DropZoneHandler handler,
TableBean<?> table,
long dataId,
int colIndex,
Cell cell,
java.lang.String[] fileNames)
throws java.lang.Exception
java.lang.ExceptionCopyright ? Technia AB. All Rights Reserved.