Package org.apache.myfaces.resource
Interface ContractResource
- 
- All Known Implementing Classes:
- ResourceImpl
 
 public interface ContractResourceIndicates if a resource has been served from a contract.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONTRACT_SELECTEDFacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContractName()booleanisContractResource()
 
- 
- 
- 
Field Detail- 
CONTRACT_SELECTEDstatic 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- 
isContractResourceboolean isContractResource() 
 - 
getContractNameString getContractName() 
 
- 
 
-