| Package | Description |
|---|---|
| org.rhq.enterprise.gui.legacy.util | |
| org.rhq.enterprise.gui.util |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
RequestUtils.getAutogroupResourceTypeId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the AUTOGROUP_TYPE_ID_PARAM parameter from the HTTP
request. |
static org.rhq.core.domain.resource.group.GroupCategory |
RequestUtils.getGroupCategory(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
static Integer |
RequestUtils.getGroupId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the RESOURCE_PARAM parameter from the HTTP request. |
static Integer |
RequestUtils.getIntParameter(javax.servlet.http.HttpServletRequest request,
String name)
Deprecated.
Fetchs the int value of the parameter from the request
|
static Integer |
RequestUtils.getMetricId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the METRIC_BASELINE_PARAM parameter from the HTTP
request. |
static Integer |
RequestUtils.getResourceId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the RESOURCE_ID_PARAM parameter from the HTTP
request. |
static Integer[] |
RequestUtils.getResourceIds(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer values of the RESOURCE_ID_PARAM parameter from the HTTP
request. |
static Integer |
RequestUtils.getResourceTypeId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the RESOURCE_TYPE_ID_PARAM parameter from the HTTP
request. |
static Integer |
RequestUtils.getRoleId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the ROLE_PARAM parameter from the HTTP request. |
static Integer |
RequestUtils.getScheduleId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the SCHEDULE_PARAM parameter from the HTTP request. |
static String |
RequestUtils.getStringParameter(javax.servlet.http.HttpServletRequest request,
String name)
Deprecated.
Fetches the String value of the parameter from the request
|
static Integer |
RequestUtils.getUserId(javax.servlet.http.HttpServletRequest request)
Deprecated.
Retrieve the
Integer value of the USER_PARAM parameter from the HTTP request. |
| Modifier and Type | Method and Description |
|---|---|
static int |
WebUtility.getChildResourceTypeId(javax.servlet.http.HttpServletRequest request) |
static int |
WebUtility.getResourceTypeId(javax.servlet.http.HttpServletRequest request) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.