com.ibm.ws.container.service.config
Interface ServletConfigurator.ConfigItem<I>

Enclosing interface:
ServletConfigurator

public static interface ServletConfigurator.ConfigItem<I>


Method Summary
 boolean compareValue(I o1)
           
 java.lang.String getLibraryURI()
           
 ServletConfigurator.ConfigSource getSource()
           
 I getValue()
           
<T> T
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)