public class GlobalRevisionDeployConfirmSubmit extends RhnListDispatchAction
SUBMITTED| Constructor and Description |
|---|
GlobalRevisionDeployConfirmSubmit() |
| Modifier and Type | Method and Description |
|---|---|
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 request,
java.util.Map<java.lang.String,java.lang.Object> params) |
org.apache.struts.action.ActionForward |
scheduleDeploy(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Actually schedules a deploy of the specified file, to the specified machines
|
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 processParamMap(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> params)
processParamMap in class RhnListDispatchActionprotected 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.public org.apache.struts.action.ActionForward scheduleDeploy(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - structs action-mappingform - form (it's a date-picker)request - incoming requestresponse - outgoing response