Package org.gatein.pc.api.spi
Interface ServerContext.Callable
- Enclosing interface:
- ServerContext
public static interface ServerContext.Callable
The dispatch callable contract.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) The callback
-
Method Details
-
call
void call(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException The callback- Parameters:
context- the servlet contextrequest- the servlet requestresponse- the servle response- Throws:
javax.servlet.ServletException- any exceptionIOException
-