public abstract class ExecIntoFlatTableAction extends FlatTableBeanAction
showClientTasksAboveTableDefaultCLIENT_TASK_ERROR, CLIENT_TASK_ERROR_KEY, CLIENT_TASK_NOTICE_KEY, CLIENT_TASK_WARNING_KEY, GLOBAL_ERROR_KEY, INFORMATION_ERROR| Modifier | Constructor and Description |
|---|---|
|
ExecIntoFlatTableAction() |
protected |
ExecIntoFlatTableAction(TxType type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultForwardName()
Returns the name of the default forward instance.
|
protected abstract TableBeanLoader |
getLoader(FlatTableBean table,
javax.servlet.http.HttpServletRequest request) |
protected TableBeanLoaderInput |
getLoaderInput(FlatTableBean table,
javax.servlet.http.HttpServletRequest request)
Returns he input parameters used to load the data into the
table. |
protected boolean |
isLazyLoaded(javax.servlet.http.HttpServletRequest request) |
com.technia.tvc.struts.action.ActionForward |
perform(FlatTableBean table,
com.technia.tvc.struts.action.ActionMapping mapping,
com.technia.tvc.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method should be considered to be "final".
|
getAlwaysInstantiate, getDefaultBeanClassName, getRequiredBeanClassName, perform, updateTableafterCreate, copyEnv, createEntryProcessor, createSelectionBehavior, createTable, createTableFactory, createTableInstance, createTableLinkFactory, createTableRenderer, createViewFactory, finishRequest, getBeanClass, getBeanClassName, getCopyEnv, getDefaultPageConfigName, getObjectNameFromRequest, getPageConfig, isBeanInstantiated, setBeanInstantiated, setSystemTableAndFilters, setViewafterPerform, beforePerform, createEnvironment, discardEnv, discardTable, ensureContextMenu, ensureMenuBar, execute, generateKey, getChoosableViewNamesParameter, getEnv, getGeneratedKey, getMonitor, getOriginalTable, getParameter, getTable, getViewNameParameter, handleErrors, insertCategoryMenu, loadContextMenu, loadMenuBar, replaceRequest, saveEnv, saveTable, storePageConfig, storeRequestAttributes, updateexecuteImpl, 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 ExecIntoFlatTableAction()
protected ExecIntoFlatTableAction(TxType type)
protected TableBeanLoaderInput getLoaderInput(FlatTableBean table, javax.servlet.http.HttpServletRequest request)
table. This method returns null in order to force
creation of a default loader.table - The actual table.request - The request.protected abstract TableBeanLoader getLoader(FlatTableBean table, javax.servlet.http.HttpServletRequest request)
table - The table in question.request - The request.public java.lang.String getDefaultForwardName()
protected boolean isLazyLoaded(javax.servlet.http.HttpServletRequest request)
public com.technia.tvc.struts.action.ActionForward perform(FlatTableBean table, 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 TVCException
perform in class FlatTableBeanActionTVCExceptionCopyright ? Technia AB. All Rights Reserved.