Package org.eclipse.jetty.cdi.servlet
Class WeldDeploymentBinding
- java.lang.Object
-
- org.eclipse.jetty.cdi.servlet.WeldDeploymentBinding
-
- All Implemented Interfaces:
AppLifeCycle.Binding
@Deprecated public class WeldDeploymentBinding extends java.lang.Object implements AppLifeCycle.Binding
Deprecated.Perform some basic weld configuration of WebAppContext
-
-
Constructor Summary
Constructors Constructor Description WeldDeploymentBinding()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String[]getBindingTargets()Deprecated.Get a list of targets that this implementation should bind to.voidprocessBinding(Node node, App app)Deprecated.Event called to process aAppLifeCyclebinding.
-
-
-
Method Detail
-
getBindingTargets
public java.lang.String[] getBindingTargets()
Deprecated.Description copied from interface:AppLifeCycle.BindingGet a list of targets that this implementation should bind to.- Specified by:
getBindingTargetsin interfaceAppLifeCycle.Binding- Returns:
- the array of String node names to bind to. (use
"*"to bind to all known node names)
-
processBinding
public void processBinding(Node node, App app) throws java.lang.Exception
Deprecated.Description copied from interface:AppLifeCycle.BindingEvent called to process aAppLifeCyclebinding.- Specified by:
processBindingin interfaceAppLifeCycle.Binding- Parameters:
node- the node being processedapp- the app being processed- Throws:
java.lang.Exception- if any problem severe enough to halt the AppLifeCycle processing
-
-