public static enum ServletMappingModel.ServletMappingEvent extends Enum<ServletMappingModel.ServletMappingEvent>
| Enum Constant and Description |
|---|
ADD_URL_PATTERN |
CHANGE_SERVLET_NAME |
REMOVE_URL_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
static ServletMappingModel.ServletMappingEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServletMappingModel.ServletMappingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServletMappingModel.ServletMappingEvent CHANGE_SERVLET_NAME
public static final ServletMappingModel.ServletMappingEvent ADD_URL_PATTERN
public static final ServletMappingModel.ServletMappingEvent REMOVE_URL_PATTERN
public static ServletMappingModel.ServletMappingEvent[] values()
for (ServletMappingModel.ServletMappingEvent c : ServletMappingModel.ServletMappingEvent.values()) System.out.println(c);
public static ServletMappingModel.ServletMappingEvent 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 nullCopyright © 2005–2015. All rights reserved.