Package | Description |
---|---|
com.ibm.wsspi.webcontainer.collaborator | |
com.ibm.wsspi.webcontainer.servlet |
there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppInvocationCollaborator.postInvoke(WebComponentMetaData metaData) |
void |
WebAppInvocationCollaborator.postInvoke(WebComponentMetaData metaData,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
void |
WebAppInvocationCollaborator.preInvoke(WebComponentMetaData metaData) |
void |
WebAppInvocationCollaborator.preInvoke(WebComponentMetaData metaData,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
Modifier and Type | Method and Description |
---|---|
WebComponentMetaData |
IServletConfig.getMetaData()
Returns the component metadata associated with this configuration
|
WebComponentMetaData |
IServletContext.getWebAppCmd() |
Modifier and Type | Method and Description |
---|---|
void |
IServletConfig.setMetaData(WebComponentMetaData metaData)
Sets the component metadata associated with this configuration
|