Uses of Interface
org.gatein.pc.api.spi.ServerContext.Callable
Packages that use ServerContext.Callable
-
Uses of ServerContext.Callable in org.gatein.pc.api.spi
Methods in org.gatein.pc.api.spi with parameters of type ServerContext.CallableModifier and TypeMethodDescriptionvoidServerContext.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.