Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.wsspi.webcontainer.metadata.WebComponentMetaData

  • Packages that use WebComponentMetaData 
    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
    • Uses of WebComponentMetaData in com.ibm.ws.webcontainer.extension

      Methods in com.ibm.ws.webcontainer.extension that return WebComponentMetaData 
      Modifier and Type Method and Description
      WebComponentMetaData WebExtensionProcessor.getMetaData() 
      WebComponentMetaData InvokerExtensionProcessor.getMetaData() 
      WebComponentMetaData ExtHandshakeVHostExtensionProcessor.getMetaData() 
      WebComponentMetaData DefaultExtensionProcessor.getMetaData() 
    • Uses of WebComponentMetaData in com.ibm.wsspi.webcontainer.collaborator

      Methods in com.ibm.wsspi.webcontainer.collaborator that return WebComponentMetaData 
      Modifier and Type Method and Description
      WebComponentMetaData ICollaboratorMetaData.getComponentMetaData() 
      Methods in com.ibm.wsspi.webcontainer.collaborator with parameters of type WebComponentMetaData 
      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) 
    • Uses of WebComponentMetaData in com.ibm.wsspi.webcontainer.extension

      Methods in com.ibm.wsspi.webcontainer.extension that return WebComponentMetaData 
      Modifier and Type Method and Description
      WebComponentMetaData ExtensionProcessor.getMetaData() 
    • Uses of WebComponentMetaData in com.ibm.wsspi.webcontainer.servlet

      Methods in com.ibm.wsspi.webcontainer.servlet that return WebComponentMetaData 
      Modifier and Type Method and Description
      WebComponentMetaData IServletConfig.getMetaData()
      Returns the component metadata associated with this configuration
      WebComponentMetaData IServletContext.getWebAppCmd() 
      Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type WebComponentMetaData 
      Modifier and Type Method and Description
      void IServletConfig.setMetaData(WebComponentMetaData metaData)
      Sets the component metadata associated with this configuration
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes