org.rhq.enterprise.gui.admin.config
Class EditDefaultsAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.DispatchAction
          extended by org.rhq.enterprise.gui.legacy.action.BaseDispatchAction
              extended by org.rhq.enterprise.gui.admin.config.EditDefaultsAction

public class EditDefaultsAction
extends BaseDispatchAction

Populate the list of types to configure metric defaults


Field Summary
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditDefaultsAction()
           
 
Method Summary
protected  Properties getKeyMethodMap()
          Provides the mapping from resource key to method name
 org.apache.struts.action.ActionForward getMonitorDefaults(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resp)
           
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseDispatchAction
execute, setReturnPath, setReturnPath
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditDefaultsAction

public EditDefaultsAction()
Method Detail

getMonitorDefaults

public org.apache.struts.action.ActionForward getMonitorDefaults(org.apache.struts.action.ActionMapping mapping,
                                                                 org.apache.struts.action.ActionForm form,
                                                                 javax.servlet.http.HttpServletRequest request,
                                                                 javax.servlet.http.HttpServletResponse resp)
                                                          throws Exception
Throws:
Exception

getKeyMethodMap

protected Properties getKeyMethodMap()
Description copied from class: BaseDispatchAction
Provides the mapping from resource key to method name

Specified by:
getKeyMethodMap in class BaseDispatchAction
Returns:
Resource key / method name map


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.