Uses of Interface
org.eclipse.jetty.servlet.ServletContextHandler.Decorator
Packages that use ServletContextHandler.Decorator
-
Uses of ServletContextHandler.Decorator in org.eclipse.jetty.servlet
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 TypeMethodDescriptionvoidServletContextHandler.addDecorator(ServletContextHandler.Decorator decorator) Deprecated.use theDecoratedObjectFactoryfrom getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()insteadMethod parameters in org.eclipse.jetty.servlet with type arguments of type ServletContextHandler.DecoratorModifier and TypeMethodDescriptionvoidServletContextHandler.setDecorators(List<ServletContextHandler.Decorator> decorators) Deprecated.use theDecoratedObjectFactoryfrom getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()instead
DecoratedObjectFactoryfrom getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()instead