Uses of Class
org.apache.myfaces.config.element.ContractMapping
- 
Packages that use ContractMapping Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element 
- 
- 
Uses of ContractMapping in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type ContractMapping Modifier and Type Method Description abstract List<ContractMapping>Application. getResourceLibraryContractMappings()Collection<ContractMapping>FacesConfigData. getResourceLibraryContractMappings()
- 
Uses of ContractMapping in org.apache.myfaces.config.implMethods in org.apache.myfaces.config.impl that return types with arguments of type ContractMapping Modifier and Type Method Description Collection<ContractMapping>FacesConfigDispenserImpl. getResourceLibraryContractMappings()
- 
Uses of ContractMapping in org.apache.myfaces.config.impl.elementSubclasses of ContractMapping in org.apache.myfaces.config.impl.element Modifier and Type Class Description classContractMappingImplMethods in org.apache.myfaces.config.impl.element that return types with arguments of type ContractMapping Modifier and Type Method Description List<ContractMapping>ApplicationImpl. getResourceLibraryContractMappings()Methods in org.apache.myfaces.config.impl.element with parameters of type ContractMapping Modifier and Type Method Description voidApplicationImpl. addResourceLibraryContractMapping(ContractMapping mapping)
 
-