public class ConfigConfirmAction extends BaseListAction
| Constructor and Description |
|---|
ConfigConfirmAction() |
| Modifier and Type | Method and Description |
|---|---|
protected DataResult |
getDataResult(RequestContext rctxIn,
PageControl pcIn)
Returns the list data used by the list
|
protected void |
processForm(RequestContext ctxt,
org.apache.struts.action.ActionForm formIn)
Process a form.
|
protected void |
processPageControl(PageControl pcIn)
Extension point to allow controlling the pagination such as
turning on filtering, alphabar, etc.
|
protected void |
processRequestAttributes(RequestContext rctxIn)
Add attributes to the request.
|
checkPreConditions, execute, getNewPageControlclampListBounds, trackSetaddGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createErrorMessageWithMultipleArgs, createLabelValueList, createMessage, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessagesaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveToken, setLocale, setServletprotected DataResult getDataResult(RequestContext rctxIn, PageControl pcIn)
getDataResult in class BaseListActionrctxIn - Currently active RequestContext.pcIn - boundary valuesprotected void processRequestAttributes(RequestContext rctxIn)
BaseListActionprocessRequestAttributes in class BaseListActionrctxIn - the context of the current requestprotected void processPageControl(PageControl pcIn)
BaseListActionprocessPageControl in class BaseListActionpcIn - PageControlprotected void processForm(RequestContext ctxt, org.apache.struts.action.ActionForm formIn)
processForm in class BaseListActionctxt - The request contextformIn - struts ActionForm