com.ibm.ws.container.service.config
Interface ServletConfigurator.ConfigItem<I>
Enclosing interface:
- public static interface ServletConfigurator.ConfigItem<I>
Method Summary
Modifier and Type | Method and Description |
---|---|
|
compareValue(I o1)
|
|
getLibraryURI()
|
getSource()
|
|
getValue()
|
|
|
getValue(java.lang.Class<T> cls)
|
Method Detail
getValue
- I getValue()
getValue
- <T> T getValue(java.lang.Class<T> cls)
getSource
- ServletConfigurator.ConfigSource getSource( )
getLibraryURI
- java.lang.String getLibraryURI( )
compareValue
- boolean compareValue(I o1)