| Package | Description |
|---|---|
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ServletContextHandler.Decorator> |
ServletContextHandler.getDecorators() |
Deprecated.
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServletContextHandler.addDecorator(ServletContextHandler.Decorator decorator) |
Deprecated.
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServletContextHandler.setDecorators(java.util.List<ServletContextHandler.Decorator> decorators) |
Deprecated.
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
Copyright © 1995–2017 Webtide. All rights reserved.