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
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 theDecoratedObjectFactoryfrom 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 voidServletContextHandler. 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.Decorator Modifier and Type Method Description voidServletContextHandler. setDecorators(java.util.List<ServletContextHandler.Decorator> decorators)Deprecated.use theDecoratedObjectFactoryfrom getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()instead
-