Class SimpleOpenSearchUrlInfo
- java.lang.Object
-
- org.apache.abdera.ext.opensearch.server.impl.SimpleOpenSearchUrlInfo
-
- All Implemented Interfaces:
OpenSearchUrlInfo
@Deprecated public class SimpleOpenSearchUrlInfo extends Object implements OpenSearchUrlInfo
Deprecated.Legacy AEM 6.x API.SimpleOpenSearchUrlInfoimplementation.
-
-
Constructor Summary
Constructors Constructor Description SimpleOpenSearchUrlInfo()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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.voidsetOpenSearchUrlAdapter(OpenSearchUrlAdapter openSearchUrlAdapter)Deprecated.voidsetSearchParameters(OpenSearchUrlParameterInfo... searchParameters)Deprecated.voidsetSearchPath(String searchPath)Deprecated.
-
-
-
Method Detail
-
getType
public String getType()
Deprecated.Description copied from interface:OpenSearchUrlInfoGet the URL content type.- Specified by:
getTypein interfaceOpenSearchUrlInfo
-
getSearchPath
public String getSearchPath()
Deprecated.Description copied from interface:OpenSearchUrlInfoGet the URL search path as appear after the servlet context path, and without the query string.- Specified by:
getSearchPathin interfaceOpenSearchUrlInfo
-
setSearchPath
public void setSearchPath(String searchPath)
Deprecated.
-
getSearchParameters
public OpenSearchUrlParameterInfo[] getSearchParameters()
Deprecated.Description copied from interface:OpenSearchUrlInfoGet the URL search parameters.- Specified by:
getSearchParametersin interfaceOpenSearchUrlInfo
-
setSearchParameters
public void setSearchParameters(OpenSearchUrlParameterInfo... searchParameters)
Deprecated.
-
getOpenSearchUrlAdapter
public OpenSearchUrlAdapter getOpenSearchUrlAdapter()
Deprecated.Description copied from interface:OpenSearchUrlInfoGet theOpenSearchUrlAdapterwhich will implement the actual search operation.- Specified by:
getOpenSearchUrlAdapterin interfaceOpenSearchUrlInfo
-
setOpenSearchUrlAdapter
public void setOpenSearchUrlAdapter(OpenSearchUrlAdapter openSearchUrlAdapter)
Deprecated.
-
asUrlElement
public Url asUrlElement(RequestContext request)
Deprecated.Description copied from interface:OpenSearchUrlInfoCreate the relatedUrlelement.- Specified by:
asUrlElementin interfaceOpenSearchUrlInfo
-
-