com.ibm.ws.container.service.config
Interface ServletConfiguratorHelper
- public interface ServletConfiguratorHelper
Method Summary
Modifier and Type | Method and Description |
---|---|
|
configureDefaults()
|
|
configureFromAnnotations(WebFragmentInfo webFragmentItem)
|
|
configureFromWebApp(WebApp webApp)
|
|
configureFromWebFragment(WebFragmentInfo webFragmentItem)
|
|
configureInit()
|
|
configureWebBnd(WebBnd webBnd)
|
|
configureWebExt(WebExt webExt)
|
|
finish()
|
Method Detail
configureInit
- void configureInit()
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureFromWebApp
- void configureFromWebApp(WebApp webApp)
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureFromWebFragment
- void configureFromWebFragment(WebFragmentInfo webFragmentItem)
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureFromAnnotations
- void configureFromAnnotations(WebFragmentInfo webFragmentItem)
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureDefaults
- void configureDefaults()
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureWebBnd
- void configureWebBnd(WebBnd webBnd)
- throws UnableToAdaptException
Throws:
UnableToAdaptException
configureWebExt
- void configureWebExt(WebExt webExt)
- throws UnableToAdaptException
Throws:
UnableToAdaptException
finish
- void finish()
- throws UnableToAdaptException
Throws:
UnableToAdaptException