public enum HttpParameter extends Enum<HttpParameter>
| Enum Constant and Description |
|---|
ACTION |
ALGORITHM |
APPLICATION |
CACHE_ID |
CACHE_KEY |
CLASS |
COLLECTOR |
COUNTER |
FORMAT |
GRAPH |
HEIGHT |
JMX_VALUE |
JOB_ID |
MAX |
PART |
PATH |
PATTERN |
PERIOD |
REPORT |
REQUEST |
RESOURCE |
SESSION_ID |
THREAD_ID |
TOKEN |
WIDTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getParameterFrom(HttpServletRequest request) |
String |
toString() |
static HttpParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpParameter ACTION
public static final HttpParameter PART
public static final HttpParameter PERIOD
public static final HttpParameter COUNTER
public static final HttpParameter GRAPH
public static final HttpParameter SESSION_ID
public static final HttpParameter THREAD_ID
public static final HttpParameter JOB_ID
public static final HttpParameter CACHE_ID
public static final HttpParameter CACHE_KEY
public static final HttpParameter REQUEST
public static final HttpParameter PATH
public static final HttpParameter JMX_VALUE
public static final HttpParameter COLLECTOR
public static final HttpParameter RESOURCE
public static final HttpParameter FORMAT
public static final HttpParameter WIDTH
public static final HttpParameter HEIGHT
public static final HttpParameter MAX
public static final HttpParameter PATTERN
public static final HttpParameter REPORT
public static final HttpParameter TOKEN
public static final HttpParameter CLASS
public static final HttpParameter APPLICATION
public static final HttpParameter ALGORITHM
public static HttpParameter[] values()
for (HttpParameter c : HttpParameter.values()) System.out.println(c);
public static HttpParameter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getParameterFrom(HttpServletRequest request)
public String getName()
public String toString()
toString in class Enum<HttpParameter>Copyright © 2008–2023 Emeric Vernat. All rights reserved.