public class KickstartFileDownloadAction extends BaseKickstartEditAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FILEDATA |
static java.lang.String |
FILEERROR |
static java.lang.String |
KSURL |
| Constructor and Description |
|---|
KickstartFileDownloadAction() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseKickstartCommand |
getCommand(RequestContext ctx) |
protected java.lang.String |
getSuccessKey()
no success msg to process...return empty string.
|
protected ValidatorError |
processFormValues(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.DynaActionForm form,
BaseKickstartCommand cmdIn)
Process the values from the form.
|
protected void |
setupFormValues(RequestContext ctx,
org.apache.struts.action.DynaActionForm form,
BaseKickstartCommand cmdIn)
Setup the form values and other attributes necessary for the
action to render.
|
execute, getSuccessForwardaddGlobalMessage, 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 FILEDATA
public static final java.lang.String FILEERROR
public static final java.lang.String KSURL
protected ValidatorError processFormValues(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.DynaActionForm form, BaseKickstartCommand cmdIn)
processFormValues in class BaseKickstartEditActionrequest - the HttpServletRequestform - to processcmdIn - to executeprotected java.lang.String getSuccessKey()
getSuccessKey in class BaseKickstartEditActionprotected void setupFormValues(RequestContext ctx, org.apache.struts.action.DynaActionForm form, BaseKickstartCommand cmdIn)
setupFormValues in class BaseKickstartEditActionctx - the RequestContextform - the DynaActionForm to processcmdIn - the command to executeprotected BaseKickstartCommand getCommand(RequestContext ctx)
getCommand in class BaseKickstartEditAction