Package | Description |
---|---|
com.ibm.ws.webcontainer.extension | |
com.ibm.wsspi.webcontainer.collaborator | |
com.ibm.wsspi.webcontainer.extension | |
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 |
---|---|
WebComponentMetaData |
WebExtensionProcessor.getMetaData() |
WebComponentMetaData |
InvokerExtensionProcessor.getMetaData() |
WebComponentMetaData |
ExtHandshakeVHostExtensionProcessor.getMetaData() |
WebComponentMetaData |
DefaultExtensionProcessor.getMetaData() |
Modifier and Type | Method and Description |
---|---|
WebComponentMetaData |
ICollaboratorMetaData.getComponentMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
ICollaboratorHelper.doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd) |
void |
CollaboratorHelper.doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd) |
void |
ICollaboratorHelper.doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
void |
CollaboratorHelper.doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
void |
ICollaboratorHelper.doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd) |
void |
CollaboratorHelper.doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd) |
void |
ICollaboratorHelper.doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
void |
CollaboratorHelper.doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators,
WebComponentMetaData cmd,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
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 |
ExtensionProcessor.getMetaData() |
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
|