org.jasig.portlet.search.mvc
Class TabbedSearchController
java.lang.Object
org.jasig.portlet.search.mvc.TabbedSearchController
@Controller
@RequestMapping(value="VIEW")
public class TabbedSearchController
- extends java.lang.Object
TabbedSearchController is the main portlet controller for the tabbed search
portlet.
- Author:
- Jen Bourey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabbedSearchController
public TabbedSearchController()
getSearchView
@RequestMapping
public org.springframework.web.portlet.ModelAndView getSearchView(javax.portlet.RenderRequest request)
setGsaSearchEngines
public void setGsaSearchEngines(java.util.List<java.lang.String> gsaSearchEngines)
- Set the list of GSA search sites.
- Parameters:
gsaSearchEngines -
setConfiguredSearches
public void setConfiguredSearches(java.util.List<ConfiguredSearch> configuredSearches)
- Set the list of configured search engines. Search tabs will be displayed
in the order represented in this list.
- Parameters:
configuredSearches -
Copyright © 2010 Jasig. All Rights Reserved.