Index

A C E H O S V W 
All Classes|All Packages

A

accept(Scanner.Visitor<T>) - Method in class org.gwizard.web.Scanner
Start the process, visiting each ServletContextListener bound in the injector or any parents

C

configureServlets() - Method in class org.gwizard.web.WebModule
 
createRootServletContextHandler() - Method in class org.gwizard.web.WebServer
Overrideable method to create the root ServletContextHandler.
createServer(WebConfig) - Method in class org.gwizard.web.WebServer
Overrideable method to create the initial jetty Server.

E

EventListenerScanner - Class in org.gwizard.web
Walks through the guice injector bindings, visiting each one that is an EventListener.
EventListenerScanner(Injector) - Constructor for class org.gwizard.web.EventListenerScanner
 

H

HandlerScanner - Class in org.gwizard.web
Walks through the guice injector bindings, visiting each one that is a Handler.
HandlerScanner(Injector) - Constructor for class org.gwizard.web.HandlerScanner
 

O

org.gwizard.web - package org.gwizard.web
 

S

Scanner<T> - Class in org.gwizard.web
Walks through the guice injector bindings, visiting each one that is of the specified type.
Scanner(Injector, Class<T>) - Constructor for class org.gwizard.web.Scanner
 
Scanner.Visitor<V> - Interface in org.gwizard.web
 
shutDown() - Method in class org.gwizard.web.WebServerService
 
start() - Method in class org.gwizard.web.WebServer
Start the web server.
startUp() - Method in class org.gwizard.web.WebServerService
 
stop() - Method in class org.gwizard.web.WebServer
signal the web server to stop

V

visit(V) - Method in interface org.gwizard.web.Scanner.Visitor
 

W

WebConfig - Class in org.gwizard.web
Standard configuration options for a GWizard app.
WebConfig() - Constructor for class org.gwizard.web.WebConfig
 
WebModule - Class in org.gwizard.web
 
WebModule() - Constructor for class org.gwizard.web.WebModule
 
WebServer - Class in org.gwizard.web
Simple Jetty-based embedded web server which configures itself from a bound WebConfig and serves the GuiceFilter so you can manage web content with Guice ServletModules.
WebServer(WebConfig, EventListenerScanner, HandlerScanner) - Constructor for class org.gwizard.web.WebServer
 
WebServerService - Class in org.gwizard.web
A Guava service to startup / shutdown the web server.
WebServerService(Services, WebServer) - Constructor for class org.gwizard.web.WebServerService
 
A C E H O S V W 
All Classes|All Packages