public class SystemChannelsAction extends RhnLookupDispatchAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AVAIL_CHILD_CHANNELS |
static java.lang.String |
BASE_CHANNELS |
static java.lang.String |
CHILD_CHANNELS |
static java.lang.String |
CURRENT_BASE_CHANNEL |
static java.lang.String |
CURRENT_BASE_CHANNEL_ID |
static java.lang.String |
CURRENT_PRESERVED_CHILD_CHANNELS |
static java.lang.String |
CURRENT_UNPRESERVED_CHILD_CHANNELS |
static java.lang.String |
CUSTOM_BASE_CHANNELS |
static java.lang.String |
NEW_BASE_CHANNEL |
static java.lang.String |
NEW_BASE_CHANNEL_ID |
static java.lang.String |
PRESERVED_CHILD_CHANNELS |
SUBMITTED| Constructor and Description |
|---|
SystemChannelsAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
confirmUpdateBaseChannel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Confirm the changing of the base channel for a system.
|
protected java.util.Map |
getKeyMethodMap() |
org.apache.struts.action.ActionForward |
unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
updateBaseChannel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Update the base channel for a system.
|
org.apache.struts.action.ActionForward |
updateChildChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Update the base channel for a system.
|
getMethodName, getStrutsDelegate, isSubmitted, l10n, lvexecute, getLookupMapNamecancelled, dispatchMethod, getMethod, getParameteraddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic static final java.lang.String AVAIL_CHILD_CHANNELS
public static final java.lang.String BASE_CHANNELS
public static final java.lang.String CUSTOM_BASE_CHANNELS
public static final java.lang.String NEW_BASE_CHANNEL_ID
public static final java.lang.String CHILD_CHANNELS
public static final java.lang.String CURRENT_PRESERVED_CHILD_CHANNELS
public static final java.lang.String CURRENT_UNPRESERVED_CHILD_CHANNELS
public static final java.lang.String PRESERVED_CHILD_CHANNELS
public static final java.lang.String CURRENT_BASE_CHANNEL
public static final java.lang.String CURRENT_BASE_CHANNEL_ID
public static final java.lang.String NEW_BASE_CHANNEL
public org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
unspecified in class org.apache.struts.actions.DispatchActionpublic org.apache.struts.action.ActionForward confirmUpdateBaseChannel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - ActionMappingformIn - ActionFormrequest - ServletRequestresponse - ServletResponsepublic org.apache.struts.action.ActionForward updateBaseChannel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - ActionMappingformIn - ActionFormrequest - ServletRequestresponse - ServletResponsepublic org.apache.struts.action.ActionForward updateChildChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - ActionMappingformIn - ActionFormrequest - ServletRequestresponse - ServletResponseprotected java.util.Map getKeyMethodMap()
getKeyMethodMap in class org.apache.struts.actions.LookupDispatchAction