Uses of Interface
org.eclipse.jetty.util.Decorator
-
Packages that use Decorator Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.cdi org.eclipse.jetty.plus.webapp Jetty Plus : Limited Additional JEE Webapp Supportorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Decorator in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement Decorator Modifier and Type Class Description class
AnnotationDecorator
AnnotationDecorator -
Uses of Decorator in org.eclipse.jetty.cdi
Classes in org.eclipse.jetty.cdi that implement Decorator Modifier and Type Class Description class
CdiSpiDecorator
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 Modifier and Type Class Description class
PlusDecorator
PlusDecorator -
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
-
Uses of Decorator in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Decorator Modifier and Type Class Description class
DeprecationWarning
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)
-