public class KickstartDeleteAction extends BaseKickstartEditAction
| Constructor and Description |
|---|
KickstartDeleteAction() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseKickstartCommand |
getCommand(RequestContext ctx) |
protected java.lang.String |
getSuccessForward()
'Overrideable' method for baseclasses that require a
different action forward.
|
protected java.lang.String |
getSuccessKey() |
protected ValidatorError |
processFormValues(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.DynaActionForm form,
BaseKickstartCommand cmd)
Process the values from the form.
|
protected void |
setupFormValues(RequestContext ctx,
org.apache.struts.action.DynaActionForm form,
BaseKickstartCommand cmd)
Setup the form values and other attributes necessary for the
action to render.
|
executeaddGlobalMessage, 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 java.lang.String getSuccessKey()
getSuccessKey in class BaseKickstartEditActionprotected java.lang.String getSuccessForward()
getSuccessForward in class BaseKickstartEditActionprotected BaseKickstartCommand getCommand(RequestContext ctx)
getCommand in class BaseKickstartEditActionprotected ValidatorError processFormValues(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.DynaActionForm form, BaseKickstartCommand cmd)
processFormValues in class BaseKickstartEditActionrequest - the HttpServletRequestform - to processcmd - to executeprotected void setupFormValues(RequestContext ctx, org.apache.struts.action.DynaActionForm form, BaseKickstartCommand cmd)
setupFormValues in class BaseKickstartEditActionctx - the RequestContextform - the DynaActionForm to processcmd - the command to execute