|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The bootstrap interface for all implementations that specify if a given HTTP request should be monitored or not. The init(FilterConfig) method will be called for initializing the filter. The isMonitoringEnabled(ServletContext,ServletRequest, ServletResponse) will be called on each request this filter applies to.
| Method Summary | |
void |
init(FilterConfig cfg)
Initialize this filter |
boolean |
isMonitoringEnabled(ServletContext context,
ServletRequest request,
ServletResponse response)
Returns true if monitoring should be enabled for the request, else returns false. |
| Method Detail |
public void init(FilterConfig cfg)
throws IllegalArgumentException
cfg -
IllegalArgumentException
public boolean isMonitoringEnabled(ServletContext context,
ServletRequest request,
ServletResponse response)
context - request - response -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||