public class TreeDeleteAction extends BaseTreeAction
BASE_PATH, CHANNEL_ID, CHANNELS, HIDE_SUBMIT, INSTALL_TYPE, INSTALLTYPES, KERNEL_OPTS, LABEL, NOCHANNELS, NOINSTALLTYPES, POST_KERNEL_OPTSREFRESH| Constructor and Description | 
|---|
| TreeDeleteAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PersistOperation | getCommand(RequestContext ctx) | 
| protected java.lang.String | getSuccessKey() | 
| protected ValidatorError | processCommandSetters(PersistOperation operation,
                     org.apache.struts.action.DynaActionForm form,
                     javax.servlet.http.HttpServletRequest request)Call the setters on the PersistOperation in order to setup the
 object for storage. | 
| protected void | processFormValues(PersistOperation operation,
                 org.apache.struts.action.DynaActionForm form)Set the values on the form. | 
| protected void | processRequestAttributes(RequestContext rctx,
                        PersistOperation opr)Add attributes to the request. | 
getSelectedBaseChannelexecuteaddGlobalMessage, 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 BaseEditActionprotected void processRequestAttributes(RequestContext rctx, PersistOperation opr)
processRequestAttributes in class BaseTreeActionrctx - the context of the current requestopr - the persist operationprotected PersistOperation getCommand(RequestContext ctx)
getCommand in class BaseEditActionprotected void processFormValues(PersistOperation operation, org.apache.struts.action.DynaActionForm form)
processFormValues in class BaseEditActionoperation - operation to runform - web form containing valuesprotected ValidatorError processCommandSetters(PersistOperation operation, org.apache.struts.action.DynaActionForm form, javax.servlet.http.HttpServletRequest request)
processCommandSetters in class BaseTreeActionoperation - to process setters on.form - web form containing valuesrequest - the http servlet request