org.sakaiproject.search.tool.api
Interface SherlockSearchBean

All Known Implementing Classes:
SherlockSearchBeanImpl

public interface SherlockSearchBean


Method Summary
 String getSearchURL()
          get the search url
 String getSiteName()
          Get the site name
 String getSystemName()
          get the name of the system
 String getUpdateIcon()
          get the Icon URL
 String getUpdateURL()
          get the update Url
 void sendIcon(javax.servlet.http.HttpServletResponse response)
          Stream the Icon
 

Method Detail

getSiteName

String getSiteName()
Get the site name

Returns:

getSearchURL

String getSearchURL()
get the search url

Returns:

getUpdateURL

String getUpdateURL()
get the update Url

Returns:

getUpdateIcon

String getUpdateIcon()
get the Icon URL

Returns:

sendIcon

void sendIcon(javax.servlet.http.HttpServletResponse response)
Stream the Icon


getSystemName

String getSystemName()
get the name of the system

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.