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 Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Server : Modular Servlet Integration
Jetty Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Util : Common Utility Classes
-
Uses of Decorator in org.eclipse.jetty.ee10.annotations
Classes in org.eclipse.jetty.ee10.annotations that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee10.cdi
Classes in org.eclipse.jetty.ee10.cdi that implement DecoratorModifier and TypeClassDescriptionclassA 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.ee10.plus.webapp
Classes in org.eclipse.jetty.ee10.plus.webapp that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee11.annotations
Classes in org.eclipse.jetty.ee11.annotations that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee11.cdi
Classes in org.eclipse.jetty.ee11.cdi that implement DecoratorModifier and TypeClassDescriptionclassA 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.ee11.plus.webapp
Classes in org.eclipse.jetty.ee11.plus.webapp that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee11.servlet
Classes in org.eclipse.jetty.ee11.servlet that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee8.annotations
Classes in org.eclipse.jetty.ee8.annotations that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee8.cdi
Classes in org.eclipse.jetty.ee8.cdi that implement DecoratorModifier and TypeClassDescriptionclassA 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.ee8.plus.webapp
Classes in org.eclipse.jetty.ee8.plus.webapp that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee9.annotations
Classes in org.eclipse.jetty.ee9.annotations that implement Decorator -
Uses of Decorator in org.eclipse.jetty.ee9.cdi
Classes in org.eclipse.jetty.ee9.cdi that implement DecoratorModifier and TypeClassDescriptionclassA 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.ee9.plus.webapp
Classes in org.eclipse.jetty.ee9.plus.webapp that implement Decorator -
Uses of Decorator in org.eclipse.jetty.server
Subinterfaces of Decorator in org.eclipse.jetty.serverClasses in org.eclipse.jetty.server that implement Decorator -
Uses of Decorator in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement 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)