Skip to content

Instantly share code, notes, and snippets.

@CedricL46
Last active October 9, 2018 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CedricL46/12b38e414cc5cf8ec694659f649717e4 to your computer and use it in GitHub Desktop.
Save CedricL46/12b38e414cc5cf8ec694659f649717e4 to your computer and use it in GitHub Desktop.
<!-- This DataBinding.cpx is usually found at ViewController/adfmsrc/view/DataBinding.cpx -->
<?xml version="1.0" encoding="UTF-8" ?>
<Application xmlns="http://xmlns.oracle.com/adfm/application" version="11.1.2.61.83" id="DataBindings"
SeparateXMLFiles="false" Package="view" ClientType="Generic">
<definitionFactories>
<factory nameSpace="http://xmlns.oracle.com/adfm/dvt"
className="oracle.adfinternal.view.faces.dvt.model.binding.FacesBindingFactory"/>
</definitionFactories>
<pageMap>
<page path="YOUR_FRAGMENT_PATH/YOUR_FRAGMENT.jsff" usageId="view_YOUR_PAGEPageDef"/>
<page path="YOUR_FRAGMENT_PATH/YOUR_SECOND_FRAGMENT.jsff" usageId="view_YOUR_PAGEPageDef"/>
<page path="YOUR_PAGE_PATH/YOUR_PAGE.jsf" usageId="view_YOUR_PAGEPageDef"/>
<!-- YOUR OTHER PAGES AND FRAGMENT -->
</pageMap>
<pageDefinitionUsages>
<page id="view_YOUR_PAGEPageDef" path="YOUR_PAGE_PATH.YOUR_PAGEPageDef"/>
<!-- YOUR OTHER BINDING USAGE -->
</pageDefinitionUsages>
<dataControlUsages>
<!-- YOUR DATA MODULES -->
</dataControlUsages>
<definitionFactories>
<factory nameSpace="http://xmlns.oracle.com/adfm/dvt"
className="oracle.adfinternal.view.faces.dvt.model.binding.FacesBindingFactory"/>
</definitionFactories>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment