Class AbstractOpenSearchUrlAdapter<T>

  • Type Parameters:
    T - The generic object type representing a search result.
    All Implemented Interfaces:
    OpenSearchUrlAdapter

    @Deprecated
    public abstract class AbstractOpenSearchUrlAdapter<T>
    extends Object
    implements OpenSearchUrlAdapter
    Deprecated.
    Legacy AEM 6.x API.
    Abstract OpenSearchUrlAdapter providing explicit methods to implement and/or override for executing the actual search and creating the Atom feed containing search results.
    • Constructor Detail

      • AbstractOpenSearchUrlAdapter

        public AbstractOpenSearchUrlAdapter()
        Deprecated.