org.jasig.portlet.search.mvc
Class PersonSearchController

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

@Controller
@RequestMapping(value="VIEW")
public class PersonSearchController
extends java.lang.Object

PersonSearchController performs directory searches for person information against an LDAP directory.

Author:
Jen Bourey

Constructor Summary
PersonSearchController()
           
 
Method Summary
 void searchPersonDirectory(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
           
 void setPersonSearchService(LdapSearchServiceImpl searchService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonSearchController

public PersonSearchController()
Method Detail

searchPersonDirectory

@RequestMapping(params="action=personSearch")
public void searchPersonDirectory(javax.portlet.ActionRequest request,
                                                 javax.portlet.ActionResponse response)
                           throws java.lang.Exception
Throws:
java.lang.Exception

setAjaxPortletSupportService

public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)

setPersonSearchService

public void setPersonSearchService(LdapSearchServiceImpl searchService)


Copyright © 2010 Jasig. All Rights Reserved.