org.apache.myfaces.config.impl.digester.elements
Class ContractMappingImpl
java.lang.Object
org.apache.myfaces.config.element.ContractMapping
org.apache.myfaces.config.impl.digester.elements.ContractMappingImpl
- All Implemented Interfaces:
- Serializable
public class ContractMappingImpl
- extends ContractMapping
- Author:
- lu4242
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContractMappingImpl
public ContractMappingImpl()
getUrlPattern
public String getUrlPattern()
- Specified by:
getUrlPattern
in class ContractMapping
- Returns:
- the urlPattern
setUrlPattern
public void setUrlPattern(String urlPattern)
- Parameters:
urlPattern
- the urlPattern to set
getContracts
public String getContracts()
- Specified by:
getContracts
in class ContractMapping
- Returns:
- the contracts
setContracts
public void setContracts(String contracts)
- Parameters:
contracts
- the contracts to set
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.