Uses of Interface
org.gatein.wci.RequestDispatchCallback
-
Packages that use RequestDispatchCallback Package Description org.gatein.wci org.gatein.wci.command org.gatein.wci.spi -
-
Uses of RequestDispatchCallback in org.gatein.wci
Methods in org.gatein.wci with parameters of type RequestDispatchCallback Modifier and Type Method Description ObjectServletContainer. include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestDispatchCallback callback, Object handback)Generic detyped request dispatch to a servlet context using the include mechanism.ObjectServletContextDispatcher. include(javax.servlet.ServletContext targetServletContext, RequestDispatchCallback callback, Object handback) -
Uses of RequestDispatchCallback in org.gatein.wci.command
Methods in org.gatein.wci.command with parameters of type RequestDispatchCallback Modifier and Type Method Description ObjectCommandDispatcher. include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, RequestDispatchCallback callback, Object handback)Constructors in org.gatein.wci.command with parameters of type RequestDispatchCallback Constructor Description CallbackCommand(javax.servlet.ServletContext servletContext, RequestDispatchCallback invocation, Object handback) -
Uses of RequestDispatchCallback in org.gatein.wci.spi
Methods in org.gatein.wci.spi with parameters of type RequestDispatchCallback Modifier and Type Method Description ObjectServletContainerContext. include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestDispatchCallback callback, Object handback)Generic detyped request dispatch to a servlet context using the include mechanism.
-