org.apache.myfaces.config.impl.digester.elements
Class ContractMappingImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.ContractMapping
      extended by org.apache.myfaces.config.impl.digester.elements.ContractMappingImpl
All Implemented Interfaces:
Serializable

public class ContractMappingImpl
extends ContractMapping

Author:
lu4242
See Also:
Serialized Form

Constructor Summary
ContractMappingImpl()
           
 
Method Summary
 void addContract(String contract)
           
 void addUrlPattern(String urlPattern)
           
 List<String> getContractList()
           
 String getContracts()
           
 String getUrlPattern()
           
 List<String> getUrlPatternList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractMappingImpl

public ContractMappingImpl()
Method Detail

getUrlPatternList

public List<String> getUrlPatternList()
Specified by:
getUrlPatternList in class ContractMapping
Returns:
the urlPattern

getContractList

public List<String> getContractList()
Specified by:
getContractList in class ContractMapping
Returns:
the contracts

addContract

public void addContract(String contract)

addUrlPattern

public void addUrlPattern(String urlPattern)

getUrlPattern

public String getUrlPattern()
Specified by:
getUrlPattern in class ContractMapping
Returns:

getContracts

public String getContracts()
Specified by:
getContracts in class ContractMapping
Returns:


Copyright © 2015 The Apache Software Foundation. All rights reserved.