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.0
|
com.ibm.wsspi.webcontainer.webapp |
Modifier and Type | Method and Description |
---|---|
IServletConfig |
WebExtensionProcessor.createConfig(java.lang.String servletName)
A convenience method that creates a ServletConfig object.
|
IServletConfig |
WebExtensionProcessor.createConfig(java.lang.String servletName,
ServletConfigParmMap cfgMap) |
Modifier and Type | Method and Description |
---|---|
IServletWrapper |
WebExtensionProcessor.createServletWrapper(IServletConfig config) |
IServletWrapper |
DefaultExtensionProcessor.createServletWrapper(IServletConfig config) |
Modifier and Type | Method and Description |
---|---|
IServletConfig |
ICollaboratorMetaData.getServletConfig() |
Modifier and Type | Method and Description |
---|---|
IServletConfig |
IFilterMapping.getServletConfig() |
Modifier and Type | Method and Description |
---|---|
IServletConfig |
WebComponentMetaData.getServletConfig()
Returns the IServletConfig interface associated with the component to wehich
this metaData object is attached.
|
Modifier and Type | Method and Description |
---|---|
IServletWrapper |
WebExtensionProcessor.createServletWrapper(IServletConfig config) |
Modifier and Type | Method and Description |
---|---|
IServletConfig |
GenericServletWrapper.getServletConfig()
Returns the ServletConfig associated with the target
|
IServletConfig |
IServletWrapper.getServletConfig()
Returns the servlet config associated with this servlet wrapper
|
Modifier and Type | Method and Description |
---|---|
void |
IServletContext.addMappingFilter(IServletConfig sConfig,
IFilterConfig config)
Adds a filter against a specified servlet config into this context
|
void |
IServletContext.addToStartWeightList(IServletConfig sc) |
IServletWrapper |
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.
|
Modifier and Type | Method and Description |
---|---|
IServletConfig |
WebAppConfig.getServletInfo(java.lang.String servletName) |
Modifier and Type | Method and 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 module
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppConfig.addServletInfo(java.lang.String name,
IServletConfig info) |