com.ibm.wsspi.webcontainer.osgi.extension

Class WebExtensionProcessor

  1. java.lang.Object
  2. extended bycom.ibm.ws.webcontainer.extension.WebExtensionProcessor
  3. extended bycom.ibm.wsspi.webcontainer.osgi.extension.WebExtensionProcessor

  1. public abstract class WebExtensionProcessor
  2. extends com.ibm.ws.webcontainer.extension.WebExtensionProcessor
LIBERTY: This class is needed to create com.ibm.ws.webcontainer.osgi.servlet.ServletWrapper instead of com.ibm.ws.webcontainer.servlet.ServletWrapperImpl

Constructor Summary

Constructor and Description
WebExtensionProcessor(IServletContext webApp)

Method Summary

Modifier and Type Method and Description
  1. IServletWrapper
createServletWrapper(IServletConfig config)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

WebExtensionProcessor

  1. public WebExtensionProcessor(IServletContext webApp)

Method Detail

createServletWrapper

  1. public IServletWrapper createServletWrapper( IServletConfig config)
  2. throws java.lang.Exception
Throws:
java.lang.Exception