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.element
Methods 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.impl
Methods 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.element
Subclasses of ContractMapping in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ContractMappingImpl
Methods 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 void
ApplicationImpl. addResourceLibraryContractMapping(ContractMapping mapping)
-