Interface Inputable

    • Method Detail

      • getHandledInputFormats

        String[] getHandledInputFormats()
        Defines the input format types (extensions) handled by this provider
        NOTE: In the case of an entity view the extension which goes on the end of an entity URL (after a ".") indicates the input type
        WARNING: not including Formats.HTML in the return will stop all redirects to the access providers and therefore will cause HTML requests for entities to go nowhere
        Returns:
        an array containing the extension formats (from Formats) handled, use the constants (example: Formats.XML) or feel free to make up your own if you like