Interface ServletConfiguratorHelper
-
public interface ServletConfiguratorHelper
-
-
Method Summary
All 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
-
configureInit
void configureInit() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureFromWebApp
void configureFromWebApp(com.ibm.ws.javaee.dd.web.WebApp webApp) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureFromWebFragment
void configureFromWebFragment(WebFragmentInfo webFragmentItem) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException
- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureFromAnnotations
void configureFromAnnotations(WebFragmentInfo webFragmentItem) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException
- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureDefaults
void configureDefaults() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureWebBnd
void configureWebBnd(com.ibm.ws.javaee.dd.webbnd.WebBnd webBnd) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
configureWebExt
void configureWebExt(com.ibm.ws.javaee.dd.webext.WebExt webExt) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
finish
void finish() throws com.ibm.wsspi.adaptable.module.UnableToAdaptException- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
-
-