Uses of Interface
org.eclipse.jetty.util.Decorator
Packages that use Decorator
-
Uses of Decorator in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement 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)