Class AnnotationConfiguration.ServletContainerInitializerOrdering

java.lang.Object
org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
Enclosing class:
AnnotationConfiguration

public class AnnotationConfiguration.ServletContainerInitializerOrdering extends Object
ServletContainerInitializerOrdering

Applies an ordering to the ServletContainerInitializers for the context, using the value of the "org.eclipse.jetty.containerInitializerOrder" context attribute. The attribute value is a list of classnames of ServletContainerInitializers in the order in which they are to be called. One name only in the list can be "*", which is a wildcard which matches any other ServletContainerInitializer name not already matched.