public enum CommandDecorators extends Enum<CommandDecorators>
| Enum Constant and Description |
|---|
ALLOW_ORIGIN |
CLEAR_REPORTS |
CLEAR_USAGE |
IGNORE_COMMANDS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isSet(javax.servlet.http.HttpServletRequest request) |
void |
removeFrom(org.eclipse.jetty.client.api.Request proxyRequest) |
String |
set(Object req,
javax.servlet.http.HttpServletResponse res) |
static CommandDecorators |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandDecorators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandDecorators IGNORE_COMMANDS
public static final CommandDecorators CLEAR_REPORTS
public static final CommandDecorators CLEAR_USAGE
public static final CommandDecorators ALLOW_ORIGIN
public static CommandDecorators[] values()
for (CommandDecorators c : CommandDecorators.values()) System.out.println(c);
public static CommandDecorators 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 boolean isSet(javax.servlet.http.HttpServletRequest request)
public void removeFrom(org.eclipse.jetty.client.api.Request proxyRequest)
public String getName()
Copyright © 2014–2015. All rights reserved.