Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


oracle.adfdt.view.common.binding.creator
Interface BindingRecognizer

All Known Implementing Classes:
DefaultBindingRecognizer

public interface BindingRecognizer

Allows patterns to participate in locating bindings from the pattern. Subclasses are encouraged to use DefaultBindingRecognizer.


Method Summary
 java.util.Set<java.lang.String> getBindingIds(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
          Returns the set of binding ids that exist for the node, or an empty set if none exist.
 java.util.Set<BindingReference> recognize(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
          Returns the set of BindingReferences that exist for the node, or an empty set if none exist.

 

Method Detail

recognize

java.util.Set<BindingReference> recognize(ADFDesignTimeContext dtContext,
                                          org.w3c.dom.Node node)
Returns the set of BindingReferences that exist for the node, or an empty set if none exist. This should not recurse for children. Note that the Node can be an element, text, or attr node.

getBindingIds

java.util.Set<java.lang.String> getBindingIds(ADFDesignTimeContext dtContext,
                                              org.w3c.dom.Node node)
Returns the set of binding ids that exist for the node, or an empty set if none exist. This should not recurse for children. Note that the Node can be an element, text, or attr node.

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


Copyright © 1997, 2012, Oracle. All rights reserved.