Interface ContractResource

All Known Implementing Classes:
ResourceImpl

public interface ContractResource
Indicates if a resource has been served from a contract.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    FacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Field Details

    • CONTRACT_SELECTED

      static final String CONTRACT_SELECTED
      FacesContext attribute map that helps ResourceHandlerImpl to locate a resource from an specified contract.
      See Also:
  • Method Details

    • isContractResource

      boolean isContractResource()
    • getContractName

      String getContractName()