com.ibm.ws.container.service.config

Interface ServletConfiguratorHelper


  1. public interface ServletConfiguratorHelper

Method Summary

Modifier and Type Method and Description
  1. void
configureDefaults()
  1. void
configureFromAnnotations(WebFragmentInfo webFragmentItem)
  1. void
configureFromWebApp(WebApp webApp)
  1. void
configureFromWebFragment(WebFragmentInfo webFragmentItem)
  1. void
configureInit()
  1. void
configureWebBnd(WebBnd webBnd)
  1. void
configureWebExt(WebExt webExt)
  1. void
finish()

Method Detail

configureInit

  1. void configureInit()
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureFromWebApp

  1. void configureFromWebApp(WebApp webApp)
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureFromWebFragment

  1. void configureFromWebFragment(WebFragmentInfo webFragmentItem)
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureFromAnnotations

  1. void configureFromAnnotations(WebFragmentInfo webFragmentItem)
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureDefaults

  1. void configureDefaults()
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureWebBnd

  1. void configureWebBnd(WebBnd webBnd)
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

configureWebExt

  1. void configureWebExt(WebExt webExt)
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException

finish

  1. void finish()
  2. throws UnableToAdaptException
Throws:
UnableToAdaptException