org.jasig.portlet.search.mvc
Class GoogleSearchFrameController

java.lang.Object
  extended by org.jasig.portlet.search.mvc.GoogleSearchFrameController

@Controller
@RequestMapping(value="/googleSearch")
public class GoogleSearchFrameController
extends java.lang.Object

GoogleSearchFrameController constructs data for a google search IFrame.

Version:
$Revision: 47825 $
Author:
Jen Bourey

Constructor Summary
GoogleSearchFrameController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView searchGoogle(javax.servlet.http.HttpServletRequest request)
           
 void setGoogleKeys(java.util.Map<java.lang.String,java.lang.String> keys)
          Set a map of Google search API keys to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleSearchFrameController

public GoogleSearchFrameController()
Method Detail

searchGoogle

@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView searchGoogle(javax.servlet.http.HttpServletRequest request)

setGoogleKeys

public void setGoogleKeys(java.util.Map<java.lang.String,java.lang.String> keys)
Set a map of Google search API keys to use. Map keys should be of the format host[:port] and should map to the appropriate API key for that server.

Parameters:
keys -


Copyright © 2010 Jasig. All Rights Reserved.