com.ibm.wsspi.webcontainer.collaborator
Interface WebAppInvocationCollaborator
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).
preInvoke
void preInvoke(WebComponentMetaData metaData)
postInvoke
void postInvoke(WebComponentMetaData metaData)
preInvoke
void preInvoke(WebComponentMetaData metaData,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
postInvoke
void postInvoke(WebComponentMetaData metaData,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)