org.apache.tomcat.util.hooks
Interface Hooks.HookFinder

Enclosing class:
Hooks

public static interface Hooks.HookFinder

Interface that decouples the Hooks from the introspection code. We want to allow future modes that are not based on introspection - for example declarative ( using modules.xml declarations ) or based on code generation ( introspection done at deploy time ).


Method Summary
 boolean hasHook(java.lang.Object obj, java.lang.String hookName)
           
 

Method Detail

hasHook

public boolean hasHook(java.lang.Object obj,
                       java.lang.String hookName)


Copyright ?? 2001 Apache Software Foundation. All Rights Reserved.