Uses of Class
org.apache.tomcat.util.hooks.Hooks

Packages that use Hooks
org.apache.tomcat.core Architecture 
org.apache.tomcat.modules.loggers   
 

Uses of Hooks in org.apache.tomcat.core
 

Methods in org.apache.tomcat.core that return Hooks
 Hooks Container.getHooks()
           
 

Methods in org.apache.tomcat.core with parameters of type Hooks
 int BaseInterceptor.registerHooks(Hooks h, ContextManager cm, Context ctx)
          Special method for self-registered hooks, intended to support a mechanism similar with Apache2.0 and further extensibility without interface changes.
 

Uses of Hooks in org.apache.tomcat.modules.loggers
 

Methods in org.apache.tomcat.modules.loggers with parameters of type Hooks
 int LogEvents.registerHooks(Hooks hooks, ContextManager cm, Context ctx)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.