Uses of Interface
org.eclipse.jetty.util.Decorator
Packages that use Decorator
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
-
Uses of Decorator in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement Decorator -
Uses of Decorator in org.eclipse.jetty.cdi
Classes in org.eclipse.jetty.cdi that implement DecoratorModifier and TypeClassDescriptionclass
A Decorator that invokes the CDI provider within a webapp to decorate objects created by the contextsDecoratedObjectFactory
(typically Listeners, Filters and Servlets). -
Uses of Decorator in org.eclipse.jetty.plus.webapp
Classes in org.eclipse.jetty.plus.webapp that implement Decorator -
Uses of Decorator in org.eclipse.jetty.servlet
Subinterfaces of Decorator in org.eclipse.jetty.servletModifier and TypeInterfaceDescriptionstatic interface
Deprecated.Classes in org.eclipse.jetty.servlet that implement DecoratorModifier and TypeClassDescriptionprivate static class
private static class
Implementation of the legacy interface to decorate loaded classes.Fields in org.eclipse.jetty.servlet declared as DecoratorModifier and TypeFieldDescriptionprivate Decorator
DecoratingListener._decorator
private final Decorator
ServletContextHandler.LegacyDecorator.decorator
Methods in org.eclipse.jetty.servlet that return DecoratorModifier and TypeMethodDescriptionprivate Decorator
DecoratingListener.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 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 TypeMethodDescriptionvoid
DecoratedObjectFactory.addDecorator
(Decorator decorator) boolean
DecoratedObjectFactory.removeDecorator
(Decorator decorator) Method parameters in org.eclipse.jetty.util with type arguments of type DecoratorModifier and TypeMethodDescriptionvoid
DecoratedObjectFactory.setDecorators
(List<? extends Decorator> decorators)
Decorator