Uses of Interface
org.eclipse.jetty.util.Decorator
Packages that use Decorator
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
-
Uses of Decorator in org.eclipse.jetty.servlet
Subinterfaces of Decorator in org.eclipse.jetty.servletModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Classes in org.eclipse.jetty.servlet that implement DecoratorModifier and TypeClassDescriptionprivate static classprivate static classImplementation of the legacy interface to decorate loaded classes.Fields in org.eclipse.jetty.servlet declared as DecoratorModifier and TypeFieldDescriptionprivate DecoratorDecoratingListener._decoratorprivate final DecoratorServletContextHandler.LegacyDecorator.decoratorMethods in org.eclipse.jetty.servlet that return DecoratorModifier and TypeMethodDescriptionprivate DecoratorDecoratingListener.asDecorator(Object object) Constructors in org.eclipse.jetty.servlet with parameters of type Decorator -
Uses of Decorator in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement DecoratorClasses in org.eclipse.jetty.util that implement interfaces with type arguments of type DecoratorFields in org.eclipse.jetty.util with type parameters of type DecoratorMethods in org.eclipse.jetty.util that return types with arguments of type DecoratorModifier and TypeMethodDescriptionDecoratedObjectFactory.getDecorators()DecoratedObjectFactory.iterator()Methods in org.eclipse.jetty.util with parameters of type DecoratorModifier and TypeMethodDescriptionvoidDecoratedObjectFactory.addDecorator(Decorator decorator) booleanDecoratedObjectFactory.removeDecorator(Decorator decorator) Method parameters in org.eclipse.jetty.util with type arguments of type DecoratorModifier and TypeMethodDescriptionvoidDecoratedObjectFactory.setDecorators(List<? extends Decorator> decorators)
Decorator