ognl:myProperty
. When a prefix exists and is identified, it is used to select the correct {@link BindingFactory}, and the remainder of the path (i.e., myProperty
) is passed to the factory. An unrecognized prefix is treated as a literal value (it is often "javascript:" or "http:", etc.).
@param component the component for which the binding is created; the component is usedas a kind of context for certain types of bindings (for example, the root object when evaluating OGNL expressions).
@param description {@link IBinding#getDescription() description} for the new binding
@param reference the binding reference used to create the binding, possibly including a prefix to define the type.If the reference does not include a prefix, then the defaultBindingType is used as the prefix
@param defaultbindingType binding type to use when no prefix is provided in the referenceor doesn't match a known binding factory.
@param location location used to report errors in the binding
WSDLBinding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|