The binding represents a connection between the container and the component (the component is usually the child of the component, though in a few cases, it is the component itself). In most cases, the expression is evaluated in terms of the resources of the container and the component is ignored. @param description of the binding, such as, "parameter foo" @param container the component, as represented by its resources, for which a binding is to be created. @param component the component whose parameter is to be bound by the resulting binding (rarely used) @param expression @param location from which the binding was generate, or null if not known @return the new binding instance
The binding represents a connection between the container and the component (the component is usually the child of the container, though in a few cases, it is the component itself). In most cases, the expression is evaluated in terms of the resources of the container and the component is ignored. @param description description of the binding, such as "parameter foo" @param container typically, the parent of the component @param component the component whose parameter is to be bound @param defaultPrefix the default prefix used when the expression itself does not have a prefix @param expression the binding @param location location assigned to the binding (or null if not known) @return a binding
|
|