Interface ICollaboratorHelper
- All Known Implementing Classes:
CollaboratorHelper
public interface ICollaboratorHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doInvocationCollaboratorsPostInvoke
(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd) void
doInvocationCollaboratorsPostInvoke
(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) void
doInvocationCollaboratorsPreInvoke
(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd) void
doInvocationCollaboratorsPreInvoke
(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) void
postInvokeCollaborators
(ICollaboratorMetaData collabMetaData, EnumSet<CollaboratorInvocationEnum> colEnum) void
preInvokeCollaborators
(ICollaboratorMetaData collabMetaData, EnumSet<CollaboratorInvocationEnum> colEnum) processSecurityPreInvokeException
(com.ibm.wsspi.webcontainer.security.SecurityViolationException wse, RequestProcessor requestProcessor, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext dispatchContext, com.ibm.ws.webcontainer.webapp.WebApp context, String name)
-
Method Details
-
processSecurityPreInvokeException
Object processSecurityPreInvokeException(com.ibm.wsspi.webcontainer.security.SecurityViolationException wse, RequestProcessor requestProcessor, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext dispatchContext, com.ibm.ws.webcontainer.webapp.WebApp context, String name) throws com.ibm.websphere.servlet.error.ServletErrorReport - Throws:
com.ibm.websphere.servlet.error.ServletErrorReport
-
getWebAppTransactionCollaborator
IWebAppTransactionCollaborator getWebAppTransactionCollaborator() -
getWebAppConnectionCollaborator
IConnectionCollaborator getWebAppConnectionCollaborator() -
doInvocationCollaboratorsPreInvoke
void doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) -
doInvocationCollaboratorsPostInvoke
void doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) -
doInvocationCollaboratorsPreInvoke
void doInvocationCollaboratorsPreInvoke(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd) -
doInvocationCollaboratorsPostInvoke
void doInvocationCollaboratorsPostInvoke(IInvocationCollaborator[] webAppInvocationCollaborators, WebComponentMetaData cmd) -
getSecurityCollaborator
IWebAppSecurityCollaborator getSecurityCollaborator() -
getWebAppNameSpaceCollaborator
IWebAppNameSpaceCollaborator getWebAppNameSpaceCollaborator() -
preInvokeCollaborators
void preInvokeCollaborators(ICollaboratorMetaData collabMetaData, EnumSet<CollaboratorInvocationEnum> colEnum) throws javax.servlet.ServletException, IOException, Exception - Throws:
javax.servlet.ServletException
IOException
Exception
-
postInvokeCollaborators
void postInvokeCollaborators(ICollaboratorMetaData collabMetaData, EnumSet<CollaboratorInvocationEnum> colEnum) throws javax.servlet.ServletException, IOException, Exception - Throws:
javax.servlet.ServletException
IOException
Exception
-