net.officefloor.plugin.servlet.webxml.model
Enum FilterMappingModel.FilterMappingEvent

java.lang.Object
  extended by java.lang.Enum<FilterMappingModel.FilterMappingEvent>
      extended by 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>


Enum Constant Summary
ADD_DISPATCHER
           
ADD_SERVLET_NAME
           
ADD_URL_PATTERN
           
CHANGE_FILTER_NAME
           
REMOVE_DISPATCHER
           
REMOVE_SERVLET_NAME
           
REMOVE_URL_PATTERN
           
 
Method Summary
static FilterMappingModel.FilterMappingEvent valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterMappingModel.FilterMappingEvent[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.