|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.4.0) E18581-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 BindingReference s that exist for the node, or an
empty set if none exist. |
Method Detail |
---|
java.util.Set<BindingReference> recognize(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
BindingReference
s 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.
java.util.Set<java.lang.String> getBindingIds(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
Node
can be an element, text, or attr node.
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.4.0) E18581-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |