Class 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 Detail

      • WeldDeploymentBinding

        public WeldDeploymentBinding()
        Deprecated.
    • Method Detail

      • getBindingTargets

        public java.lang.String[] getBindingTargets()
        Deprecated.
        Description copied from interface: AppLifeCycle.Binding
        Get a list of targets that this implementation should bind to.
        Specified by:
        getBindingTargets in interface AppLifeCycle.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.Binding
        Event called to process a AppLifeCycle binding.
        Specified by:
        processBinding in interface AppLifeCycle.Binding
        Parameters:
        node - the node being processed
        app - the app being processed
        Throws:
        java.lang.Exception - if any problem severe enough to halt the AppLifeCycle processing