org.apache.myfaces.config.element
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContractMapping
public ContractMapping()
getUrlPattern
@Deprecated
public abstract String getUrlPattern()
- Deprecated.
- Returns:
getContracts
@Deprecated
public abstract String getContracts()
- Deprecated.
- Returns:
getUrlPatternList
public abstract List<String> getUrlPatternList()
getContractList
public abstract List<String> getContractList()
Copyright © 2015 The Apache Software Foundation. All rights reserved.