Uses of Interface
org.gatein.pc.api.spi.ServerContext.Callable
-
Packages that use ServerContext.Callable Package Description org.gatein.pc.api.spi -
-
Uses of ServerContext.Callable in org.gatein.pc.api.spi
Methods in org.gatein.pc.api.spi with parameters of type ServerContext.Callable Modifier and Type Method Description voidServerContext. dispatch(javax.servlet.ServletContext target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ServerContext.Callable callable)Delegate to the request context the dispatching to the target servlet context using the specified spi elements.
-