Module org.eclipse.jetty.deploy
Class DebugListenerBinding
java.lang.Object
org.eclipse.jetty.deploy.bindings.DebugBinding
org.eclipse.jetty.deploy.bindings.DebugListenerBinding
- All Implemented Interfaces:
AppLifeCycle.Binding
A Deployment binding that installs a DebugListener in all deployed contexts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.DebugListenervoidprocessBinding(Node node, App app) Event called to process aAppLifeCyclebinding.Methods inherited from class org.eclipse.jetty.deploy.bindings.DebugBinding
getBindingTargets
-
Constructor Details
-
DebugListenerBinding
public DebugListenerBinding() -
DebugListenerBinding
public DebugListenerBinding(org.eclipse.jetty.server.DebugListener debugListener)
-
-
Method Details
-
getDebugListener
public org.eclipse.jetty.server.DebugListener getDebugListener() -
processBinding
Description copied from interface:AppLifeCycle.BindingEvent called to process aAppLifeCyclebinding.- Specified by:
processBindingin interfaceAppLifeCycle.Binding- Overrides:
processBindingin classDebugBinding- Parameters:
node- the node being processedapp- the app being processed- Throws:
Exception- if any problem severe enough to halt the AppLifeCycle processing
-