@Contract
public interface ServletContainerInterceptor
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(Request req,
Response res)
User can remove some useful informations after
invoking the Servlet application
|
void |
preInvoke(Request req,
Response res)
User can set some useful informations before
invoking the Servlet application
|
Copyright © 2021. All rights reserved.