Uses of Interface
org.eclipse.jetty.util.Decorator
-
Packages that use Decorator Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Decorator in org.eclipse.jetty.servlet
Subinterfaces of Decorator in org.eclipse.jetty.servlet Modifier and Type Interface Description static interface
ServletContextHandler.Decorator
Deprecated.use newDecorator
Classes in org.eclipse.jetty.servlet that implement Decorator Modifier and Type Class Description private static class
DecoratingListener.DynamicDecorator
private static class
ServletContextHandler.LegacyDecorator
Implementation of the legacy interface to decorate loaded classes.Fields in org.eclipse.jetty.servlet declared as Decorator Modifier and Type Field Description private Decorator
DecoratingListener. _decorator
private Decorator
ServletContextHandler.LegacyDecorator. decorator
Methods in org.eclipse.jetty.servlet that return Decorator Modifier and Type Method Description private Decorator
DecoratingListener. asDecorator(java.lang.Object object)
Constructors in org.eclipse.jetty.servlet with parameters of type Decorator Constructor Description LegacyDecorator(Decorator decorator)
-
Uses of Decorator in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Decorator Modifier and Type Class Description class
DeprecationWarning
Fields in org.eclipse.jetty.util with type parameters of type Decorator Modifier and Type Field Description private java.util.List<Decorator>
DecoratedObjectFactory. decorators
Methods in org.eclipse.jetty.util that return types with arguments of type Decorator Modifier and Type Method Description java.util.List<Decorator>
DecoratedObjectFactory. getDecorators()
java.util.Iterator<Decorator>
DecoratedObjectFactory. iterator()
Methods in org.eclipse.jetty.util with parameters of type Decorator Modifier and Type Method Description void
DecoratedObjectFactory. addDecorator(Decorator decorator)
boolean
DecoratedObjectFactory. removeDecorator(Decorator decorator)
Method parameters in org.eclipse.jetty.util with type arguments of type Decorator Modifier and Type Method Description void
DecoratedObjectFactory. setDecorators(java.util.List<? extends Decorator> decorators)
-