com.ibm.wsspi.webcontainer.collaborator

Interface WebAppInvocationCollaborator


  1. public interface WebAppInvocationCollaborator
LIBERTY: rather than extend multiple internal interfaces, all the methods are moved into this interface so it is now the only one needed (and the only one supported).

Method Summary

Modifier and Type Method and Description
  1. void
postInvoke(WebComponentMetaData metaData)
  1. void
postInvoke(WebComponentMetaData metaData,ServletRequest req,ServletResponse res)
  1. void
preInvoke(WebComponentMetaData metaData)
  1. void
preInvoke(WebComponentMetaData metaData,ServletRequest req,ServletResponse res)

Method Detail

preInvoke

  1. void preInvoke(WebComponentMetaData metaData)

postInvoke

  1. void postInvoke(WebComponentMetaData metaData)

preInvoke

  1. void preInvoke(WebComponentMetaData metaData,
  2. ServletRequest req,
  3. ServletResponse res)

postInvoke

  1. void postInvoke(WebComponentMetaData metaData,
  2. ServletRequest req,
  3. ServletResponse res)