org.apache.abdera.ext.opensearch.server
Interface OpenSearchUrlInfo

All Known Implementing Classes:
SimpleOpenSearchUrlInfo

public interface OpenSearchUrlInfo

Metadata interface holding information about the Open Search URLs.


Method Summary
 Url asUrlElement(RequestContext request)
          Create the related Url element.
 OpenSearchUrlAdapter getOpenSearchUrlAdapter()
          Get the OpenSearchUrlAdapter which will implement the actual search operation.
 OpenSearchUrlParameterInfo[] getSearchParameters()
          Get the URL search parameters.
 String getSearchPath()
          Get the URL search path as appear after the servlet context path, and without the query string.
 String getType()
          Get the URL content type.
 

Method Detail

getType

String getType()
Get the URL content type.


getSearchPath

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


getSearchParameters

OpenSearchUrlParameterInfo[] getSearchParameters()
Get the URL search parameters.


getOpenSearchUrlAdapter

OpenSearchUrlAdapter getOpenSearchUrlAdapter()
Get the OpenSearchUrlAdapter which will implement the actual search operation.


asUrlElement

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



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.