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 |
---|---|
class |
DeprecationWarning |
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) |
boolean |
DecoratedObjectFactory.removeDecorator(Decorator decorator) |
Modifier and Type | Method and Description |
---|---|
void |
DecoratedObjectFactory.setDecorators(java.util.List<? extends Decorator> decorators) |
Copyright © 1995–2021 Webtide. All rights reserved.