Uses of Interface
org.eclipse.jetty.servlet.ServletContextHandler.Decorator
-
Packages that use ServletContextHandler.Decorator Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of ServletContextHandler.Decorator in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement ServletContextHandler.Decorator Modifier and Type Class Description private static class
ServletContextHandler.LegacyDecorator
Implementation of the legacy interface to decorate loaded classes.Methods in org.eclipse.jetty.servlet that return types with arguments of type ServletContextHandler.Decorator Modifier and Type Method Description java.util.List<ServletContextHandler.Decorator>
ServletContextHandler. getDecorators()
Deprecated.use theDecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
insteadMethods in org.eclipse.jetty.servlet with parameters of type ServletContextHandler.Decorator Modifier and Type Method Description void
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.Decorator Modifier and Type Method Description void
ServletContextHandler. setDecorators(java.util.List<ServletContextHandler.Decorator> decorators)
Deprecated.use theDecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
instead
-