Uses of Interface
org.apache.geronimo.management.geronimo.WebAccessLog

Packages that use WebAccessLog
org.apache.geronimo.console.util   
org.apache.geronimo.jetty6   
org.apache.geronimo.jetty6.requestlog   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

Uses of WebAccessLog in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util that return WebAccessLog
static WebAccessLog PortletManager.getWebAccessLog(javax.portlet.PortletRequest request, AbstractName managerName, AbstractName containerName)
           
 

Uses of WebAccessLog in org.apache.geronimo.jetty6
 

Methods in org.apache.geronimo.jetty6 that return WebAccessLog
 WebAccessLog JettyManagerImpl.getAccessLog(WebContainer container)
           
 

Uses of WebAccessLog in org.apache.geronimo.jetty6.requestlog
 

Subinterfaces of WebAccessLog in org.apache.geronimo.jetty6.requestlog
 interface JettyLogManager
          Token interface to distinguish Jetty implementations.
 

Classes in org.apache.geronimo.jetty6.requestlog that implement WebAccessLog
 class JettyLogManagerImpl
          Jetty implementation of the WebAccessLog management interface.
 

Uses of WebAccessLog in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return WebAccessLog
 WebAccessLog WebManager.getAccessLog(WebContainer container)
          Gets the WebAccessLog implementation for a web container.
 

Uses of WebAccessLog in org.apache.geronimo.tomcat
 

Subinterfaces of WebAccessLog in org.apache.geronimo.tomcat
 interface TomcatLogManager
          Token interface to distinguish Tomcat implementations.
 

Classes in org.apache.geronimo.tomcat that implement WebAccessLog
 class TomcatLogManagerImpl
          Tomcat implementation of the WebAccessLog management interface.
 

Methods in org.apache.geronimo.tomcat that return WebAccessLog
 WebAccessLog TomcatManagerImpl.getAccessLog(WebContainer container)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.