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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.Methods inherited from class org.eclipse.jetty.deploy.bindings.DebugBinding
getBindingTargets
-
Constructor Details
-
DebugListenerBinding
public DebugListenerBinding() -
DebugListenerBinding
-
-
Method Details
-
getDebugListener
-
processBinding
Description copied from interface:AppLifeCycle.Binding
Event called to process aAppLifeCycle
binding.- Specified by:
processBinding
in interfaceAppLifeCycle.Binding
- Overrides:
processBinding
in classDebugBinding
- Parameters:
node
- the node being processedapp
- the app being processed- Throws:
Exception
- if any problem severe enough to halt the AppLifeCycle processing
-