org.apache.myfaces.config.element
Class ContractMapping

java.lang.Object
  extended by 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

Constructor Summary
ContractMapping()
           
 
Method Summary
abstract  List<String> getContractList()
           
abstract  String getContracts()
          Deprecated.  
abstract  String getUrlPattern()
          Deprecated.  
abstract  List<String> getUrlPatternList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractMapping

public ContractMapping()
Method Detail

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.