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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UrlasUrlElement(RequestContext request)Deprecated.Create the relatedUrlelement.OpenSearchUrlAdaptergetOpenSearchUrlAdapter()Deprecated.Get theOpenSearchUrlAdapterwhich will implement the actual search operation.OpenSearchUrlParameterInfo[]getSearchParameters()Deprecated.Get the URL search parameters.StringgetSearchPath()Deprecated.Get the URL search path as appear after the servlet context path, and without the query string.StringgetType()Deprecated.Get the URL content type.
-
-
-
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.
-
getSearchParameters
OpenSearchUrlParameterInfo[] getSearchParameters()
Deprecated.Get the URL search parameters.
-
getOpenSearchUrlAdapter
OpenSearchUrlAdapter getOpenSearchUrlAdapter()
Deprecated.Get theOpenSearchUrlAdapterwhich will implement the actual search operation.
-
asUrlElement
Url asUrlElement(RequestContext request)
Deprecated.Create the relatedUrlelement.
-
-