com.ibm.wsspi.webcontainer.servlet

Uses of Interface IServletConfig

Packages that use IServletConfig

Package Description
com.ibm.wsspi.webcontainer.filter
com.ibm.wsspi.webcontainer.metadata
com.ibm.wsspi.webcontainer.osgi.extension
com.ibm.wsspi.webcontainer.servlet
com.ibm.wsspi.webcontainer.webapp

Uses of IServletConfig in com.ibm.wsspi.webcontainer.filter

Modifier and Type Method and Description
  1. IServletConfig
IFilterMapping.getServletConfig()

Uses of IServletConfig in com.ibm.wsspi.webcontainer.metadata

Modifier and Type Method and Description
  1. IServletConfig
WebComponentMetaData.getServletConfig()
Returns the IServletConfig interface associated with the component to wehich this metaData object is attached.

Uses of IServletConfig in com.ibm.wsspi.webcontainer.osgi.extension

Modifier and Type Method and Description
  1. IServletWrapper
WebExtensionProcessor.createServletWrapper(IServletConfig config)

Uses of IServletConfig in com.ibm.wsspi.webcontainer.servlet

Modifier and Type Method and Description
  1. IServletConfig
GenericServletWrapper.getServletConfig()
Returns the ServletConfig associated with the target
  1. IServletConfig
IServletWrapper.getServletConfig()
Returns the servlet config associated with this servlet wrapper
Modifier and Type Method and Description
  1. void
IServletContext.addMappingFilter(IServletConfig sConfig,IFilterConfig config)
Adds a filter against a specified servlet config into this context
  1. void
IServletContext.addToStartWeightList(IServletConfig sc)
  1. IServletWrapper
IServletContext.createServletWrapper(IServletConfig sconfig)
Convenience method that creates an IServletWrapper given the servlet config.
  1. void
GenericServletWrapper.initialize(IServletConfig config)
Method that handles the initialization of this IServletWrapper instance.
  1. void
IServletWrapper.initialize(IServletConfig config)
Initializes this wrapper with the specified config.

Uses of IServletConfig in com.ibm.wsspi.webcontainer.webapp

Modifier and Type Method and Description
  1. IServletConfig
WebAppConfig.getServletInfo(java.lang.String servletName)
Modifier and Type Method and Description
  1. java.util.Iterator<IServletConfig>
WebAppConfig.getServletInfos()
Returns an iterator containing all the ServletConfig instances which represent all the targets that are present and loaded (not necessarily initialized) in this web module
Modifier and Type Method and Description
  1. void
WebAppConfig.addServletInfo(java.lang.String name,IServletConfig info)