Uses of Interface
org.eclipse.jetty.servlet.ServletContextHandler.Decorator
Packages that use ServletContextHandler.Decorator
-
Uses of ServletContextHandler.Decorator in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement ServletContextHandler.DecoratorModifier and TypeClassDescriptionprivate static class
Implementation of the legacy interface to decorate loaded classes.Methods in org.eclipse.jetty.servlet that return types with arguments of type ServletContextHandler.DecoratorMethods in org.eclipse.jetty.servlet with parameters of type ServletContextHandler.DecoratorModifier and TypeMethodDescriptionvoid
ServletContextHandler.addDecorator
(ServletContextHandler.Decorator decorator) Deprecated.use theDecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
insteadMethod parameters in org.eclipse.jetty.servlet with type arguments of type ServletContextHandler.DecoratorModifier and TypeMethodDescriptionvoid
ServletContextHandler.setDecorators
(List<ServletContextHandler.Decorator> decorators) Deprecated.use theDecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
instead
DecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
instead