org.rhq.enterprise.gui.legacy.action.resource.group.monitor
Class GroupVisibilityPortalAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.DispatchAction
org.rhq.enterprise.gui.legacy.action.BaseDispatchAction
org.rhq.enterprise.gui.legacy.action.resource.GroupController
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 |
|
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.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 |
log
protected static final org.apache.commons.logging.Log log
- Deprecated.
GroupVisibilityPortalAction
public GroupVisibilityPortalAction()
- Deprecated.
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 instancerequest - The HTTP request we are processingresponse - The HTTP response we are creatingform - 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.