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  String getContracts()
           
abstract  String getUrlPattern()
           
 
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

public abstract String getUrlPattern()

getContracts

public abstract String getContracts()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.