Interface ContentHandlerBinding<T extends ContentHandler>

  • All Known Implementing Classes:
    DefaultContentHandlerBinding

    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()