Uses of Class
org.jboss.metadata.web.spec.DispatcherType
-
Packages that use DispatcherType Package Description org.jboss.metadata.web.spec -
-
Uses of DispatcherType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return DispatcherType Modifier and Type Method Description static DispatcherTypeDispatcherType. valueOf(String name)Returns the enum constant of this type with the specified name.static DispatcherType[]DispatcherType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.metadata.web.spec that return types with arguments of type DispatcherType Modifier and Type Method Description List<DispatcherType>FilterMappingMetaData. getDispatchers()Method parameters in org.jboss.metadata.web.spec with type arguments of type DispatcherType Modifier and Type Method Description voidFilterMappingMetaData. setDispatchers(List<DispatcherType> dispatchers)
-