Interface ContentHandlerBinding<T extends ContentHandler>


  • public interface ContentHandlerBinding<T extends ContentHandler>
    Mapping between a resource configuration and its corresponding resource configuration.

    Obviously this class is only relevant when the resource configuration refers to a ContentHandler.

    Author:
    tfennelly
    • Method Detail

      • getContentHandler

        T getContentHandler()