org.sakaiproject.search.tool
Class SherlockSearchBeanImpl

java.lang.Object
  extended by org.sakaiproject.search.tool.SherlockSearchBeanImpl
All Implemented Interfaces:
SherlockSearchBean

public class SherlockSearchBeanImpl
extends Object
implements SherlockSearchBean

Author:
ieb

Constructor Summary
SherlockSearchBeanImpl(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context, SearchService searchService, org.sakaiproject.site.api.SiteService siteService, org.sakaiproject.tool.api.ToolManager toolManager)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SherlockSearchBeanImpl

public SherlockSearchBeanImpl(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.ServletContext context,
                              SearchService searchService,
                              org.sakaiproject.site.api.SiteService siteService,
                              org.sakaiproject.tool.api.ToolManager toolManager)
                       throws org.sakaiproject.exception.IdUnusedException
Throws:
org.sakaiproject.exception.IdUnusedException
Method Detail

getSearchURL

public String getSearchURL()
Description copied from interface: SherlockSearchBean
get the search url

Specified by:
getSearchURL in interface SherlockSearchBean
Returns:

getSiteName

public String getSiteName()
Description copied from interface: SherlockSearchBean
Get the site name

Specified by:
getSiteName in interface SherlockSearchBean
Returns:

getUpdateIcon

public String getUpdateIcon()
Description copied from interface: SherlockSearchBean
get the Icon URL

Specified by:
getUpdateIcon in interface SherlockSearchBean
Returns:

getUpdateURL

public String getUpdateURL()
Description copied from interface: SherlockSearchBean
get the update Url

Specified by:
getUpdateURL in interface SherlockSearchBean
Returns:

sendIcon

public void sendIcon(javax.servlet.http.HttpServletResponse response)
Description copied from interface: SherlockSearchBean
Stream the Icon

Specified by:
sendIcon in interface SherlockSearchBean

getSystemName

public String getSystemName()
Description copied from interface: SherlockSearchBean
get the name of the system

Specified by:
getSystemName in interface SherlockSearchBean
Returns:


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