Uses of Interface
org.eclipse.jetty.util.Decorator
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Util : Common Utility Classes
-
Uses of Decorator in org.eclipse.jetty.annotations
-
Uses of Decorator in org.eclipse.jetty.cdi
Modifier 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
-
Uses of Decorator in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionDecoratedObjectFactory.getDecorators()
DecoratedObjectFactory.iterator()
Modifier and TypeMethodDescriptionvoid
DecoratedObjectFactory.addDecorator
(Decorator decorator) boolean
DecoratedObjectFactory.removeDecorator
(Decorator decorator) Modifier and TypeMethodDescriptionvoid
DecoratedObjectFactory.setDecorators
(List<? extends Decorator> decorators)