Interface OpenSearchUrlInfo

  • All Known Implementing Classes:
    SimpleOpenSearchUrlInfo

    @Deprecated
    public interface OpenSearchUrlInfo
    Deprecated.
    Legacy AEM 6.x API.
    Metadata interface holding information about the Open Search URLs.
    • Method Detail

      • getType

        String getType()
        Deprecated.
        Get the URL content type.
      • getSearchPath

        String getSearchPath()
        Deprecated.
        Get the URL search path as appear after the servlet context path, and without the query string.
      • asUrlElement

        Url asUrlElement​(RequestContext request)
        Deprecated.
        Create the related Url element.