org.jasig.portlet.search.mvc
Class PersonSearchController
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonSearchController
public PersonSearchController()
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.