public interface IPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.servlet.http.HttpServletRequest request)
Execute the plugin's action and place information into the diagnostic
context.
|
void |
init(javax.servlet.FilterConfig config)
Initialize the plugin and load any required resources.
|
void init(javax.servlet.FilterConfig config)
config - The filter configuration to initialize the pluginvoid execute(javax.servlet.http.HttpServletRequest request)
request - The HTTP request to execute this plugin forCopyright © 2021. All rights reserved.