Package org.gwizard.web
Class Scanner<T>
java.lang.Object
org.gwizard.web.Scanner<T>
- Direct Known Subclasses:
EventListenerScanner,HandlerScanner
public class Scanner<T>
extends java.lang.Object
Walks through the guice injector bindings, visiting each one that is of the specified type.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScanner.Visitor<V> -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidaccept(Scanner.Visitor<T> visitor)Start the process, visiting each ServletContextListener bound in the injector or any parentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Scanner
-
-
Method Details
-
accept
Start the process, visiting each ServletContextListener bound in the injector or any parents
-