org.apache.myfaces.shared.resource
Interface ContractResource

All Known Implementing Classes:
ResourceImpl

public interface ContractResource

Indicates if a resource has been served from a contract.


Field Summary
static String CONTRACT_SELECTED
          FacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.
 
Method Summary
 String getContractName()
           
 boolean isContractResource()
           
 

Field Detail

CONTRACT_SELECTED

static final String CONTRACT_SELECTED
FacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.

See Also:
Constant Field Values
Method Detail

isContractResource

boolean isContractResource()

getContractName

String getContractName()


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