Uses of Interface
com.ibm.wsspi.webcontainer.servlet.IServletConfig
-
Packages that use IServletConfig Package Description com.ibm.ws.webcontainer.extension com.ibm.wsspi.webcontainer.collaborator com.ibm.wsspi.webcontainer.filter com.ibm.wsspi.webcontainer.metadata com.ibm.wsspi.webcontainer.osgi.extension com.ibm.wsspi.webcontainer.servlet there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0com.ibm.wsspi.webcontainer.webapp -
-
Uses of IServletConfig in com.ibm.ws.webcontainer.extension
Methods in com.ibm.ws.webcontainer.extension that return IServletConfig Modifier and Type Method Description IServletConfigWebExtensionProcessor. createConfig(java.lang.String servletName)A convenience method that creates a ServletConfig object.IServletConfigWebExtensionProcessor. createConfig(java.lang.String servletName, ServletConfigParmMap cfgMap)Methods in com.ibm.ws.webcontainer.extension with parameters of type IServletConfig Modifier and Type Method Description IServletWrapperDefaultExtensionProcessor. createServletWrapper(IServletConfig config)IServletWrapperWebExtensionProcessor. createServletWrapper(IServletConfig config) -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.collaborator
Methods in com.ibm.wsspi.webcontainer.collaborator that return IServletConfig Modifier and Type Method Description IServletConfigICollaboratorMetaData. getServletConfig() -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.filter
Methods in com.ibm.wsspi.webcontainer.filter that return IServletConfig Modifier and Type Method Description IServletConfigIFilterMapping. getServletConfig() -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.metadata
Methods in com.ibm.wsspi.webcontainer.metadata that return IServletConfig Modifier and Type Method Description IServletConfigWebComponentMetaData. 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
Methods in com.ibm.wsspi.webcontainer.osgi.extension with parameters of type IServletConfig Modifier and Type Method Description IServletWrapperWebExtensionProcessor. createServletWrapper(IServletConfig config) -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.servlet
Methods in com.ibm.wsspi.webcontainer.servlet that return IServletConfig Modifier and Type Method Description IServletConfigGenericServletWrapper. getServletConfig()Returns the ServletConfig associated with the targetIServletConfigIServletWrapper. getServletConfig()Returns the servlet config associated with this servlet wrapperMethods in com.ibm.wsspi.webcontainer.servlet with parameters of type IServletConfig Modifier and Type Method Description voidIServletContext. addMappingFilter(IServletConfig sConfig, IFilterConfig config)Adds a filter against a specified servlet config into this contextvoidIServletContext. addToStartWeightList(IServletConfig sc)IServletWrapperIServletContext. createServletWrapper(IServletConfig sconfig)Convenience method that creates an IServletWrapper given the servlet config.voidGenericServletWrapper. initialize(IServletConfig config)Method that handles the initialization of this IServletWrapper instance.voidIServletWrapper. initialize(IServletConfig config)Initializes this wrapper with the specified config. -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.webapp
Methods in com.ibm.wsspi.webcontainer.webapp that return IServletConfig Modifier and Type Method Description IServletConfigWebAppConfig. getServletInfo(java.lang.String servletName)Methods in com.ibm.wsspi.webcontainer.webapp that return types with arguments of type IServletConfig Modifier and Type Method Description 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 moduleMethods in com.ibm.wsspi.webcontainer.webapp with parameters of type IServletConfig Modifier and Type Method Description voidWebAppConfig. addServletInfo(java.lang.String name, IServletConfig info)
-