| Package | Description |
|---|---|
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServletContextHandler.Decorator
Deprecated.
use new
Decorator |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ServletContextHandler.LegacyDecorator
Implementation of the legacy interface to decorate loaded classes.
|
| Modifier and Type | Field and Description |
|---|---|
private Decorator |
ServletContextHandler.LegacyDecorator.decorator |
| Constructor and Description |
|---|
LegacyDecorator(Decorator decorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeprecationWarning |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Decorator> |
DecoratedObjectFactory.decorators |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Decorator> |
DecoratedObjectFactory.getDecorators() |
java.util.Iterator<Decorator> |
DecoratedObjectFactory.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratedObjectFactory.addDecorator(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratedObjectFactory.setDecorators(java.util.List<? extends Decorator> decorators) |