public class LocalRevisionDeployAction extends RhnAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEPLOYABLE |
static java.lang.String |
LAST_DEPLOY |
static java.lang.String |
SYSTEM
Name of the system this file is associated with (local and sandbox only)
|
static java.lang.String |
SYSTEM_ID |
| Constructor and Description |
|---|
LocalRevisionDeployAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected Server |
findServer(javax.servlet.http.HttpServletRequest request,
ConfigRevision cr) |
protected void |
submitDeploy(org.apache.struts.action.DynaActionForm form,
ConfigRevision cr,
Server srv,
User u) |
protected void |
updateRequest(javax.servlet.http.HttpServletRequest request,
ConfigRevision cr,
Server srv) |
addGlobalMessage, 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, setServletpublic static final java.lang.String SYSTEM
public static final java.lang.String SYSTEM_ID
public static final java.lang.String LAST_DEPLOY
public static final java.lang.String DEPLOYABLE
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
execute in class org.apache.struts.action.Actionprotected Server findServer(javax.servlet.http.HttpServletRequest request, ConfigRevision cr)
protected void updateRequest(javax.servlet.http.HttpServletRequest request,
ConfigRevision cr,
Server srv)
protected void submitDeploy(org.apache.struts.action.DynaActionForm form,
ConfigRevision cr,
Server srv,
User u)