Class HandlerWrapper

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
All Implemented Interfaces:
Handler, HandlerContainer, org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer, org.eclipse.jetty.util.component.LifeCycle
Direct Known Subclasses:
AsyncDelayHandler, BufferedResponseHandler, DebugHandler, IdleTimeoutHandler, InetAccessHandler, ResourceHandler, ScopedHandler, SecuredRedirectHandler, ThreadLimitHandler

@ManagedObject("Handler wrapping another Handler") public class HandlerWrapper extends AbstractHandlerContainer
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate. This is primarily used to implement the Decorator pattern.