Uses of Interface
org.eclipse.jetty.util.Decorator
-
Packages that use Decorator Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Decorator in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Decorator Modifier and Type Class Description classDeprecationWarningMethods in org.eclipse.jetty.util that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator>DecoratedObjectFactory. getDecorators()Iterator<Decorator>DecoratedObjectFactory. iterator()Methods in org.eclipse.jetty.util with parameters of type Decorator Modifier and Type Method Description voidDecoratedObjectFactory. addDecorator(Decorator decorator)Method parameters in org.eclipse.jetty.util with type arguments of type Decorator Modifier and Type Method Description voidDecoratedObjectFactory. setDecorators(List<? extends Decorator> decorators)
-