Interface ServletConfiguratorHelper
- 
 public interface ServletConfiguratorHelper
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureDefaults()voidconfigureFromAnnotations(WebFragmentInfo webFragmentItem)voidconfigureFromWebApp(com.ibm.ws.javaee.dd.web.WebApp webApp)voidconfigureFromWebFragment(WebFragmentInfo webFragmentItem)voidconfigureInit()voidconfigureWebBnd(com.ibm.ws.javaee.dd.webbnd.WebBnd webBnd)voidconfigureWebExt(com.ibm.ws.javaee.dd.webext.WebExt webExt)voidfinish()
 
- 
- 
- 
Method Detail- 
configureInitvoid configureInit() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureFromWebAppvoid configureFromWebApp(com.ibm.ws.javaee.dd.web.WebApp webApp) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureFromWebFragmentvoid configureFromWebFragment(WebFragmentInfo webFragmentItem) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException - Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureFromAnnotationsvoid configureFromAnnotations(WebFragmentInfo webFragmentItem) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException - Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureDefaultsvoid configureDefaults() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureWebBndvoid configureWebBnd(com.ibm.ws.javaee.dd.webbnd.WebBnd webBnd) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
configureWebExtvoid configureWebExt(com.ibm.ws.javaee.dd.webext.WebExt webExt) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 - 
finishvoid finish() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
- com.ibm.wsspi.adaptable.module.UnableToAdaptException
 
 
- 
 
-