public abstract class BaseSystemEditAction extends RhnAction
| Constructor and Description |
|---|
BaseSystemEditAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract BaseSystemOperation |
getOperation(RequestContext ctx) |
protected java.lang.String |
getSuccessForward()
'Overrideable' method for baseclasses that require a
different action forward.
|
protected abstract java.lang.String |
getSuccessKey() |
protected abstract ValidatorError |
processFormValues(org.apache.struts.action.DynaActionForm form,
BaseSystemOperation cmd)
Process the values from the form.
|
protected abstract void |
setupFormValues(RequestContext ctx,
org.apache.struts.action.DynaActionForm form,
BaseSystemOperation cmd)
Setup the form values and other attributes necessary for the
action to render.
|
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 final org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
execute in class org.apache.struts.action.Actionprotected abstract BaseSystemOperation getOperation(RequestContext ctx)
protected java.lang.String getSuccessForward()
protected abstract ValidatorError processFormValues(org.apache.struts.action.DynaActionForm form, BaseSystemOperation cmd)
form - to processcmd - to executeprotected abstract java.lang.String getSuccessKey()
protected abstract void setupFormValues(RequestContext ctx, org.apache.struts.action.DynaActionForm form, BaseSystemOperation cmd)
ctx - the request contextform - the action formcmd - the operation