Class ContractMapping

java.lang.Object
org.apache.myfaces.config.element.ContractMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContractMappingImpl

public abstract class ContractMapping extends Object implements Serializable
Author:
Leonardo Uribe
See Also:
  • Constructor Details

    • ContractMapping

      public ContractMapping()
  • Method Details

    • getUrlPatternList

      public abstract List<String> getUrlPatternList()
    • getContractList

      public abstract List<String> getContractList()