|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterNotFoundException | |
|---|---|
| org.rhq.enterprise.gui.legacy.util | |
| org.rhq.enterprise.gui.util | |
| Uses of ParameterNotFoundException in org.rhq.enterprise.gui.legacy.util |
|---|
| Methods in org.rhq.enterprise.gui.legacy.util that throw ParameterNotFoundException | |
|---|---|
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. |
| Uses of ParameterNotFoundException in org.rhq.enterprise.gui.util |
|---|
| Methods in org.rhq.enterprise.gui.util that throw ParameterNotFoundException | |
|---|---|
static int |
WebUtility.getChildResourceTypeId(javax.servlet.http.HttpServletRequest request)
|
static int |
WebUtility.getResourceTypeId(javax.servlet.http.HttpServletRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||