Package com.webmethods.portal.framework.dispatch
package com.webmethods.portal.framework.dispatch
-
InterfacesClassDescriptionThe
IComponent
for theIDispatchManager
IDispatchPostProcessor allows code to be executed after every call toIDispatchManager.handleDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
IDispatchPreProcessor allows code to be executed after every call toIDispatchManager.handleDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
IDispatchRedirectProcessor allows code to be executed prior to the Dispatch Manager sending redirects.This Dispatch Hook, assists theIDispatchManager
resolve whichIDispatchHandler
to delegate to.