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 Object
Walks through the guice injector bindings, visiting each one that is of the specified type.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Scanner.Visitor<T> visitor)Start the process, visiting each ServletContextListener bound in the injector or any parents
-
Constructor Details
-
Scanner
-
-
Method Details
-
accept
Start the process, visiting each ServletContextListener bound in the injector or any parents
-