Package org.apache.myfaces.resource
Interface ContractResource
- All Known Implementing Classes:
- ResourceImpl
public interface ContractResource
Indicates if a resource has been served from a contract.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringFacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.
- 
Method Summary
- 
Field Details- 
CONTRACT_SELECTEDFacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.- See Also:
 
 
- 
- 
Method Details- 
isContractResourceboolean isContractResource()
- 
getContractNameString getContractName()
 
-