public class ConfigConfirmSubmitAction extends RhnListDispatchAction
SUBMITTED| Constructor and Description |
|---|
ConfigConfirmSubmitAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
confirm(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionForm form,
java.lang.String msgPrefix,
ActionType type)
Schedules a config action for the systems in the system set for the
config file names in the config file name set.
|
org.apache.struts.action.ActionForward |
deploy(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Schedules deploy config actions
|
org.apache.struts.action.ActionForward |
diff(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Schedules diff config actions
|
protected void |
processMethodKeys(java.util.Map<java.lang.String,java.lang.String> map)
This method is used to add additional buttons to a list display.
|
protected void |
processParamMap(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest requestIn,
java.util.Map<java.lang.String,java.lang.Object> params) |
createSuccessMessage, filter, getForwardName, getKeyMethodMap, makeParamMap, unspecifiedgetMethodName, getStrutsDelegate, isSubmitted, l10n, lvexecute, getLookupMapNamecancelled, dispatchMethod, getMethod, getParameteraddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletprotected void processMethodKeys(java.util.Map<java.lang.String,java.lang.String> map)
map.put("failed.jsp.rescheduleActions", "rescheduleAll");
If there are no additional actions then simply return.processMethodKeys in class RhnListDispatchActionmap - Mapping between method and button names.protected void processParamMap(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest requestIn,
java.util.Map<java.lang.String,java.lang.Object> params)
processParamMap in class RhnListDispatchActionpublic org.apache.struts.action.ActionForward diff(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - struts ActionMappingform - struts ActionFormrequest - HttpServletRequestresponse - HttpServletResponsepublic org.apache.struts.action.ActionForward deploy(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - struts ActionMappingform - struts ActionFormrequest - HttpServletRequestresponse - HttpServletResponsepublic org.apache.struts.action.ActionForward confirm(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionForm form,
java.lang.String msgPrefix,
ActionType type)
mapping - struts ActionMappingrequest - HttpServletRequestform - struts ActionFormmsgPrefix - A prefix for success and failure message keys.type - The exact type of config action to schedule.