Interface AccessFormats

    • Method Detail

      • getHandledAccessFormats

        String[] getHandledAccessFormats()
        Defines the access format types (extensions) handled by this access provider
        The default if this interface is not implemented is to pass through all requests to the access provider that is defined
        Returns:
        an array containing the format types (from Formats) handled
        OR empty array to indicate all are handled (same as not implementing AccessFormats)
        OR null to indicate none are handled (same as not implementing EntityViewAccessProvider)
        NOTE: use the constants (example: Formats.HTML) or feel free to make up your own if you like