| Interface and Description |
|---|
| org.eclipse.jetty.servlet.ServletContextHandler.Decorator
use new
Decorator |
| Method and Description |
|---|
| org.eclipse.jetty.servlet.ServletContextHandler.addDecorator(ServletContextHandler.Decorator)
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
| org.eclipse.jetty.servlet.ServletHandler.addFilter(String, String, EnumSet<DispatcherType>) |
| org.eclipse.jetty.servlet.ServletContextHandler.getDecorators()
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
| org.eclipse.jetty.servlet.ServletContextHandler.setDecorators(List<ServletContextHandler.Decorator>)
use the
DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead |
Copyright © 1995–2017 Webtide. All rights reserved.