| Interface | Description |
|---|---|
| RequestDispatchCallback |
Callback contract.
|
| ServletContainerVisitor | |
| WebApp |
Abstraction of a web application.
|
| WebAppListener |
Defines the contract for listening web application events.
|
| Class | Description |
|---|---|
| ServletContainer |
A static registry for the servlet container context.
|
| ServletContainerFactory |
It's rather a provider rather than a real factory.
|
| ServletContextDispatcher |
Encapsulate dispatch functionnality into a single class so it is easy to
pass it as an argment to a framework that needs a dispatcher to just a
servlet context and does not care about the underlying spi or request/response.
|
| WebAppEvent |
Base class for web application events.
|
| WebAppLifeCycleEvent |
Web application life cycle event.
|
Copyright © 2021 JBoss by Red Hat. All Rights Reserved.