public class EditAvailabilityFormPrepareAction
extends org.apache.struts.action.Action
| Constructor and Description |
|---|
EditAvailabilityFormPrepareAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve this data and store it in the specified request parameters:
AppdefEntityId object identified by Constants.RESOURCE_ID_PARAM and
Constants.RESOURCE_TYPE_PARAM
List of available Metrics objects (those not already associated with the
resource) in Constants.AVAIL_METRICS_ATTR
Integer number of available metrics in Constants.NUM_AVAIL_METRICS_ATTR
List of pending Metrics objects (those in queue to be associated with the
resource) in Constants.PENDING_METRICS_ATTR
Integer number of pending metrics in Constants.NUM_PENDING_METRICS_ATTR
|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
AppdefEntityId object identified by Constants.RESOURCE_ID_PARAM and
Constants.RESOURCE_TYPE_PARAMList of available Metrics objects (those not already associated with the
resource) in Constants.AVAIL_METRICS_ATTRInteger number of available metrics in Constants.NUM_AVAIL_METRICS_ATTRList of pending Metrics objects (those in queue to be associated with the
resource) in Constants.PENDING_METRICS_ATTRInteger number of pending metrics in Constants.NUM_PENDING_METRICS_ATTRexecute in class org.apache.struts.action.ActionExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.