org.rhq.enterprise.gui.legacy.action.resource.group.monitor
Class GroupVisibilityPortalAction

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.legacy.action.resource.GroupController
                  extended by org.rhq.enterprise.gui.legacy.action.resource.group.monitor.GroupVisibilityPortalAction

Deprecated.

@Deprecated
public class GroupVisibilityPortalAction
extends GroupController

A BaseDispatchAction that sets up compatible group monitor portals.


Field Summary
protected static org.apache.commons.logging.Log log
          Deprecated.  
 
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
GroupVisibilityPortalAction()
          Deprecated.  
 
Method Summary
 org.apache.struts.action.ActionForward currentHealth(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 org.apache.struts.action.ActionForward events(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 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)
          Deprecated. Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
protected  Properties getKeyMethodMap()
          Deprecated. Provides the mapping from resource key to method name
 org.apache.struts.action.ActionForward performance(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 org.apache.struts.action.ActionForward resourceMetrics(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.resource.GroupController
fetchReturnPathParams, setNavMapLocation, setResourceGroup, setResourceGroup, 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
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Deprecated. 
Constructor Detail

GroupVisibilityPortalAction

public GroupVisibilityPortalAction()
Deprecated. 
Method Detail

execute

public 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
Deprecated. 
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). Return an ActionForward instance describing where and how control should be forwarded, or null if the response has already been completed.

Overrides:
execute in class BaseDispatchAction
Parameters:
mapping - The ActionMapping used to select this instance
request - The HTTP request we are processing
response - The HTTP response we are creating
form - The optional ActionForm bean for this request (if any)
Returns:
Describes where and how control should be forwarded.
Throws:
Exception - if an error occurs

getKeyMethodMap

protected Properties getKeyMethodMap()
Deprecated. 
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

currentHealth

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

resourceMetrics

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

performance

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

events

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


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