I
- The type of value held by the configuration item.public static interface ServletConfigurator.ConfigItem<I>
Modifier and Type | Method and Description |
---|---|
boolean |
compareValue(I otherValue)
Compare the value of this configuration item with a
specified value.
|
java.lang.String |
getLibraryURI()
Tell the URI of the library of the configuration item.
|
ServletConfigurator.ConfigSource |
getSource()
Tell the source of the configuration item (web, web fragment,
or annotation).
|
I |
getValue()
Answer the value of the configuration item.
|
<T> T |
getValue(java.lang.Class<T> cls)
Answer a value of a specific type.
|
I getValue()
<T> T getValue(java.lang.Class<T> cls)
cls
- The type of the value which is to be obtained.boolean compareValue(I otherValue)
otherValue
- The other value to compare against.ServletConfigurator.ConfigSource getSource()
getLibraryURI()
.java.lang.String getLibraryURI()