Interface ServletConfiguratorHelper
-
public interface ServletConfiguratorHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureDefaults()
void
configureFromAnnotations(WebFragmentInfo webFragmentItem)
void
configureFromWebApp(com.ibm.ws.javaee.dd.web.WebApp webApp)
void
configureFromWebFragment(WebFragmentInfo webFragmentItem)
void
configureInit()
void
configureWebBnd(com.ibm.ws.javaee.dd.webbnd.WebBnd webBnd)
void
configureWebExt(com.ibm.ws.javaee.dd.webext.WebExt webExt)
void
finish()
-
-
-
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
-
-