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.3.0)

E18581-04


oracle.adfdt.view.common.binding.provider
Interface BindingResourceProvider


public interface BindingResourceProvider

Method Summary
 java.lang.String getBindingResource(java.lang.String identifier)
          Gets a binding resource for the given identifier.
 float getRank()
          The rank for this provider.

 

Method Detail

getBindingResource

java.lang.String getBindingResource(java.lang.String identifier)
Gets a binding resource for the given identifier. For a list of available ADF Faces resources, please refer to the constants in oracle.adfdt.view.rich.binding.Patterns. Please contact pattern authors for other tag libraries or technologies. If this provider cannot provide a resource for a given identifier, it should return null.

getRank

float getRank()
The rank for this provider. In the case where more than one provider can produce a resource for an identifier, the provider with the highest rank will have its resource used.

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.3.0)

E18581-04


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