com.ibm.ws.container.service.config

Interface ServletConfigurator.ConfigItem<I>

Enclosing interface:
ServletConfigurator

  1. public static interface ServletConfigurator.ConfigItem<I>

Method Summary

Modifier and Type Method and Description
  1. boolean
compareValue(I o1)
  1. java.lang.String
getLibraryURI()
  1. ServletConfigurator.ConfigSource
getSource()
  1. I
getValue()
  1. <T>T
getValue(java.lang.Class<T> cls)

Method Detail

getValue

  1. I getValue()

getValue

  1. <T> T getValue(java.lang.Class<T> cls)

getSource

  1. ServletConfigurator.ConfigSource getSource( )

getLibraryURI

  1. java.lang.String getLibraryURI( )

compareValue

  1. boolean compareValue(I o1)