com.redhat.rhn.frontend.action.errata
Class AffectedSystemsSetupAction

java.lang.Object
  extended by Action
      extended by com.redhat.rhn.frontend.struts.RhnAction
          extended by com.redhat.rhn.frontend.struts.RhnListAction
              extended by com.redhat.rhn.frontend.action.errata.AffectedSystemsSetupAction

public class AffectedSystemsSetupAction
extends RhnListAction

AffectedSystemsSetupAction


Field Summary
static java.lang.String DISPATCH
           
static java.lang.String LIST_NAME
           
 
Fields inherited from class com.redhat.rhn.frontend.struts.RhnAction
SUBMITTED
 
Constructor Summary
AffectedSystemsSetupAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm formIn, HttpServletRequest request, HttpServletResponse response)
          
 
Methods inherited from class com.redhat.rhn.frontend.struts.RhnListAction
clampListBounds, trackSet
 
Methods inherited from class com.redhat.rhn.frontend.struts.RhnAction
addGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createLabelValueList, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPATCH

public static final java.lang.String DISPATCH
See Also:
Constant Field Values

LIST_NAME

public static final java.lang.String LIST_NAME
See Also:
Constant Field Values
Constructor Detail

AffectedSystemsSetupAction

public AffectedSystemsSetupAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm formIn,
                             HttpServletRequest request,
                             HttpServletResponse response)