AppLifeCycle.Bindingpublic class DebugListenerBinding extends DebugBinding
| Constructor | Description |
|---|---|
DebugListenerBinding() |
|
DebugListenerBinding(org.eclipse.jetty.server.DebugListener debugListener) |
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.jetty.server.DebugListener |
getDebugListener() |
|
void |
processBinding(Node node,
App app) |
Event called to process a
AppLifeCycle binding. |
getBindingTargetspublic DebugListenerBinding()
public DebugListenerBinding(org.eclipse.jetty.server.DebugListener debugListener)
public org.eclipse.jetty.server.DebugListener getDebugListener()
public void processBinding(Node node, App app) throws java.lang.Exception
AppLifeCycle.BindingAppLifeCycle binding.processBinding in interface AppLifeCycle.BindingprocessBinding in class DebugBindingnode - the node being processedapp - the app being processedjava.lang.Exception - if any problem severe enough to halt the AppLifeCycle processingCopyright © 1995–2018 Webtide. All rights reserved.