Uses of Interface
com.ibm.wsspi.webcontainer.servlet.IServletConfig
Package
Description
-
Uses of IServletConfig in com.ibm.ws.webcontainer.extension
Modifier and TypeMethodDescriptionWebExtensionProcessor.createConfig
(String servletName) A convenience method that creates a ServletConfig object.WebExtensionProcessor.createConfig
(String servletName, ServletConfigParmMap cfgMap) Modifier and TypeMethodDescriptionDefaultExtensionProcessor.createServletWrapper
(IServletConfig config) WebExtensionProcessor.createServletWrapper
(IServletConfig config) -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.collaborator
-
Uses of IServletConfig in com.ibm.wsspi.webcontainer.filter
-
Uses of IServletConfig in com.ibm.wsspi.webcontainer.metadata
Modifier and TypeMethodDescriptionWebComponentMetaData.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 TypeMethodDescriptionWebExtensionProcessor.createServletWrapper
(IServletConfig config) -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.servlet
Modifier and TypeMethodDescriptionGenericServletWrapper.getServletConfig()
Returns the ServletConfig associated with the targetIServletWrapper.getServletConfig()
Returns the servlet config associated with this servlet wrapperModifier and TypeMethodDescriptionvoid
IServletContext.addMappingFilter
(IServletConfig sConfig, IFilterConfig config) Adds a filter against a specified servlet config into this contextvoid
IServletContext.addToStartWeightList
(IServletConfig sc) IServletContext.createServletWrapper
(IServletConfig sconfig) Convenience method that creates an IServletWrapper given the servlet config.void
GenericServletWrapper.initialize
(IServletConfig config) Method that handles the initialization of this IServletWrapper instance.void
IServletWrapper.initialize
(IServletConfig config) Initializes this wrapper with the specified config. -
Uses of IServletConfig in com.ibm.wsspi.webcontainer.webapp
Modifier and TypeMethodDescriptionWebAppConfig.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 moduleModifier and TypeMethodDescriptionvoid
WebAppConfig.addServletInfo
(String name, IServletConfig info)