public class AnnotationConfiguration.ServletContainerInitializerOrdering extends Object
Constructor and Description |
---|
AnnotationConfiguration.ServletContainerInitializerOrdering(String ordering) |
Modifier and Type | Method and Description |
---|---|
int |
getIndexOf(String name)
Get the order index of the given classname
|
int |
getSize()
Get the number of elements of the ordering
|
int |
getWildcardIndex()
Get the index of the "*" element, if it is specified.
|
boolean |
hasWildcard()
True if "*" is one of the values.
|
boolean |
isDefaultOrder()
True if the ordering contains a single value of "*"
|
String |
toString() |
public AnnotationConfiguration.ServletContainerInitializerOrdering(String ordering)
public boolean hasWildcard()
public int getWildcardIndex()
public boolean isDefaultOrder()
public int getIndexOf(String name)
name
- public int getSize()
Copyright © 1995-2015 Webtide. All Rights Reserved.