Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.wsspi.webcontainer.servlet.IServletWrapper

  • Packages that use IServletWrapper 
    Package Description
    com.ibm.wsspi.webcontainer.osgi.extension  
    com.ibm.wsspi.webcontainer.servlet  
    • Uses of IServletWrapper in com.ibm.wsspi.webcontainer.osgi.extension

      Methods in com.ibm.wsspi.webcontainer.osgi.extension that return IServletWrapper 
      Modifier and Type Method and Description
      IServletWrapper WebExtensionProcessor.createServletWrapper(IServletConfig config) 
    • Uses of IServletWrapper in com.ibm.wsspi.webcontainer.servlet

      Classes in com.ibm.wsspi.webcontainer.servlet that implement IServletWrapper 
      Modifier and Type Class and Description
      class  GenericServletWrapper
      A convenience class that implements IServletWrapper.
      Methods in com.ibm.wsspi.webcontainer.servlet that return IServletWrapper 
      Modifier and Type Method and Description
      IServletWrapper IServletContext.createServletWrapper(IServletConfig sconfig)
      Convenience method that creates an IServletWrapper given the servlet config.
      IServletWrapper IServletConfig.getServletWrapper() 
      Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IServletWrapper 
      Modifier and Type Method and Description
      void IServletConfig.setServletWrapper(IServletWrapper wrapper) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes