net.officefloor.plugin.servlet.webxml.model
Enum FilterMappingModel.FilterMappingEvent
java.lang.Object
java.lang.Enum<FilterMappingModel.FilterMappingEvent>
net.officefloor.plugin.servlet.webxml.model.FilterMappingModel.FilterMappingEvent
- All Implemented Interfaces:
- Serializable, Comparable<FilterMappingModel.FilterMappingEvent>
- Enclosing class:
- FilterMappingModel
public static enum FilterMappingModel.FilterMappingEvent
- extends Enum<FilterMappingModel.FilterMappingEvent>
CHANGE_FILTER_NAME
public static final FilterMappingModel.FilterMappingEvent CHANGE_FILTER_NAME
ADD_URL_PATTERN
public static final FilterMappingModel.FilterMappingEvent ADD_URL_PATTERN
REMOVE_URL_PATTERN
public static final FilterMappingModel.FilterMappingEvent REMOVE_URL_PATTERN
ADD_SERVLET_NAME
public static final FilterMappingModel.FilterMappingEvent ADD_SERVLET_NAME
REMOVE_SERVLET_NAME
public static final FilterMappingModel.FilterMappingEvent REMOVE_SERVLET_NAME
ADD_DISPATCHER
public static final FilterMappingModel.FilterMappingEvent ADD_DISPATCHER
REMOVE_DISPATCHER
public static final FilterMappingModel.FilterMappingEvent REMOVE_DISPATCHER
values
public static FilterMappingModel.FilterMappingEvent[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FilterMappingModel.FilterMappingEvent c : FilterMappingModel.FilterMappingEvent.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FilterMappingModel.FilterMappingEvent valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2005-2011. All Rights Reserved.