Package org.glassfish.web.valve
Interface ServletContainerInterceptor
-
@Contract public interface ServletContainerInterceptorContract interface for registering ServletContainerInterceptor to the Web Container. It can be inherited by anyone who want to extend the Web Container.- Author:
- Jeremy_Lv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostInvoke(Request req, Response res)User can remove some useful informations after invoking the Servlet applicationvoidpreInvoke(Request req, Response res)User can set some useful informations before invoking the Servlet application
-