org.rhq.core.gui
Class RequestParameterNameConstants

java.lang.Object
  extended by org.rhq.core.gui.RequestParameterNameConstants

public final class RequestParameterNameConstants
extends Object

A set of constants representing HTTP request parameter names.

Author:
Ian Springer, Mark Spritzler

Field Summary
static String CONFIG_ID_PARAM
          A request parameter that specifies the @see AbstractResourceConfigurationUpdate id for a Resource Configuration to be viewed or edited.
static String FUNCTION_PARAM
           
static String LIST_INDEX_PARAM
           
static String LIST_NAME_PARAM
           
static String MAP_NAME_PARAM
           
static String MEMBER_NAME_PARAM
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_ID_PARAM

public static final String CONFIG_ID_PARAM
A request parameter that specifies the @see AbstractResourceConfigurationUpdate id for a Resource Configuration to be viewed or edited.

See Also:
Constant Field Values

LIST_NAME_PARAM

public static final String LIST_NAME_PARAM
See Also:
Constant Field Values

LIST_INDEX_PARAM

public static final String LIST_INDEX_PARAM
See Also:
Constant Field Values

FUNCTION_PARAM

public static final String FUNCTION_PARAM
See Also:
Constant Field Values

MAP_NAME_PARAM

public static final String MAP_NAME_PARAM
See Also:
Constant Field Values

MEMBER_NAME_PARAM

public static final String MEMBER_NAME_PARAM
See Also:
Constant Field Values


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