| |
|
| java.lang.Object org.objectweb.jonas.web.jetty50.JSR77Configuration
JSR77Configuration | public class JSR77Configuration implements Configuration(Code) | | Replace the JSR77 Configuration implementation from Jetty 5.0
This class add Filters to the Servlets in order to provide some statistics.
author: Guillaume Sauthier |
FILTER_PREFIX | final public static String FILTER_PREFIX(Code) | | Filter name prefix
|
JSR77Configuration | public JSR77Configuration()(Code) | | Defualt Constructor
|
configureClassPath | public void configureClassPath() throws Exception(Code) | | was not implemented in Jetty's Configuration
throws: Exception - not documented ! |
configureDefaults | public void configureDefaults() throws Exception(Code) | | was not implemented in Jetty's Configuration
throws: Exception - not documented ! |
configureWebApp | public void configureWebApp() throws Exception(Code) | | Add the Statistic Filters for JSR77
throws: Exception - not documented ! |
getWebApplicationContext | public WebApplicationContext getWebApplicationContext()(Code) | | the monitored WebApplication |
setWebApplicationContext | public void setWebApplicationContext(WebApplicationContext wac)(Code) | | Parameters: wac - the monitored WebApplication |
|
|
|